

Doc AWS SDK Examples GitHub リポジトリには、他にも SDK の例があります。 [AWS](https://github.com/awsdocs/aws-doc-sdk-examples)

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

# SDK を使用した AWS Marketplace Agreement API のコード例 AWS SDKs
<a name="marketplace-agreement_code_examples"></a>

次のコード例は、 AWS Software Development Kit (SDK) で AWS Marketplace Agreement API を使用する方法を示しています。

**その他のリソース**
+  **[AWS Marketplace 契約 API 販売者ガイド](https://docs.aws.amazon.com/marketplace/latest/userguide/what-is-marketplace.html)** – AWS Marketplace 契約 API に関する詳細情報。
+ **[AWS Marketplace 契約 API API リファレンス](https://docs.aws.amazon.com/marketplace-agreements/latest/api-reference/welcome.html)** – 使用可能なすべての AWS Marketplace 契約 API アクションに関する詳細。
+ **[AWS デベロッパーセンター](https://aws.amazon.com/developer/code-examples/?awsf.sdk-code-examples-product=product%23)** – カテゴリまたは全文検索でフィルタリングできるコード例。
+ **[AWS SDK の例](https://github.com/awsdocs/aws-doc-sdk-examples)** – 完全なコードを優先言語で含む GitHub リポジトリ。コードの設定と実行に関する説明が記載されています。

**Contents**
+ [契約](marketplace-agreement_code_examples_agreements.md)
  + [すべての契約 ID を取得する](marketplace-agreement_example_marketplace-agreement_GetAllAgreementsIds_section.md)
  + [すべての契約を取得する](marketplace-agreement_example_marketplace-agreement_GetAllAgreements_section.md)
  + [契約から顧客 ID を取得する](marketplace-agreement_example_marketplace-agreement_GetAgreementCustomer_section.md)
  + [契約から財務詳細を取得する](marketplace-agreement_example_marketplace-agreement_GetAgreementFinancialDetails_section.md)
  + [契約から無料トライアルの詳細を取得する](marketplace-agreement_example_marketplace-agreement_GetAgreementTermsFreeTrialDetails_section.md)
  + [契約に関する情報を取得する](marketplace-agreement_example_marketplace-agreement_DescribeAgreement_section.md)
  + [契約から製品とオファーの詳細を取得する](marketplace-agreement_example_marketplace-agreement_GetProductAndOfferDetailFromAgreement_section.md)
  + [契約の EULA を取得する](marketplace-agreement_example_marketplace-agreement_GetAgreementTermsEula_section.md)
  + [契約の自動更新条件を取得する](marketplace-agreement_example_marketplace-agreement_GetAgreementAutoRenewal_section.md)
  + [契約の購入済みディメンションを取得する](marketplace-agreement_example_marketplace-agreement_GetAgreementTermsDimensionPurchased_section.md)
  + [契約の購入済み各ディメンションのインスタンスを取得する](marketplace-agreement_example_marketplace-agreement_GetAgreementTermsDimensionInstances_section.md)
  + [契約の支払いスケジュールを取得する](marketplace-agreement_example_marketplace-agreement_GetAgreementTermsPaymentSchedule_section.md)
  + [契約のディメンションあたりの料金を取得する](marketplace-agreement_example_marketplace-agreement_GetAgreementTermsPricingEachDimension_section.md)
  + [契約の料金タイプを取得する](marketplace-agreement_example_marketplace-agreement_GetAgreementPricingType_section.md)
  + [契約の製品タイプを取得する](marketplace-agreement_example_marketplace-agreement_GetAgreementProductType_section.md)
  + [契約のステータスを取得する](marketplace-agreement_example_marketplace-agreement_GetAgreementStatus_section.md)
  + [契約のサポート条件を取得する](marketplace-agreement_example_marketplace-agreement_GetAgreementTermsSupportTerm_section.md)
  + [契約条件を取得する](marketplace-agreement_example_marketplace-agreement_GetAgreementTerms_section.md)
  + [アカウント ID で契約を検索する](marketplace-agreement_example_marketplace-agreement_SearchAgreementsByAccountId_section.md)
  + [契約 ID で契約を検索する](marketplace-agreement_example_marketplace-agreement_SearchAgreementsById_section.md)
  + [終了日で契約を検索する](marketplace-agreement_example_marketplace-agreement_SearchAgreementsByEndDate_section.md)
  + [オファー ID で契約を検索する](marketplace-agreement_example_marketplace-agreement_SearchAgreementsByOfferId_section.md)
  + [製品 ID で契約を検索する](marketplace-agreement_example_marketplace-agreement_SearchAgreementsByProductId_section.md)
  + [ステータスで契約を検索する](marketplace-agreement_example_marketplace-agreement_SearchAgreementsByByStatus_section.md)
  + [1 つのカスタムフィルターで契約を検索する](marketplace-agreement_example_marketplace-agreement_SearchAgreementsByOneFilter_section.md)
  + [2 つのカスタムフィルターで契約を検索する](marketplace-agreement_example_marketplace-agreement_SearchAgreementsByTwoFilters_section.md)