

Doc AWS SDK 예제 GitHub 리포지토리에서 더 많은 SDK 예제를 사용할 수 있습니다. [AWS](https://github.com/awsdocs/aws-doc-sdk-examples) 

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# 계약 API에 대한 AWS Marketplace 계약
<a name="marketplace-agreement_code_examples_agreements"></a>

다음 코드 예제에서는 AWS Marketplace 계약 API를 AWS SDKs와 함께 사용하는 방법을 보여줍니다.

**Topics**
+ [모든 계약 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)
+ [하나의 사용자 지정 필터를 적용한 계약 검색](marketplace-agreement_example_marketplace-agreement_SearchAgreementsByOneFilter_section.md)
+ [두 개의 사용자 지정 필터를 적용한 계약 검색](marketplace-agreement_example_marketplace-agreement_SearchAgreementsByTwoFilters_section.md)