@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSMarketplaceAgreement extends Object implements AWSMarketplaceAgreement
AWSMarketplaceAgreement
. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
DescribeAgreementResult |
describeAgreement(DescribeAgreementRequest request)
Provides details about an agreement, such as the proposer, acceptor, start date, and end date.
|
GetAgreementTermsResult |
getAgreementTerms(GetAgreementTermsRequest request)
Obtains details about the terms in an agreement that you participated in as proposer or acceptor.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
SearchAgreementsResult |
searchAgreements(SearchAgreementsRequest request)
Searches across all agreements that a proposer or an acceptor has in AWS Marketplace.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
public DescribeAgreementResult describeAgreement(DescribeAgreementRequest request)
AWSMarketplaceAgreement
Provides details about an agreement, such as the proposer, acceptor, start date, and end date.
describeAgreement
in interface AWSMarketplaceAgreement
public GetAgreementTermsResult getAgreementTerms(GetAgreementTermsRequest request)
AWSMarketplaceAgreement
Obtains details about the terms in an agreement that you participated in as proposer or acceptor.
The details include:
TermType
– The type of term, such as LegalTerm
, RenewalTerm
, or
ConfigurableUpfrontPricingTerm
.
TermID
– The ID of the particular term, which is common between offer and agreement.
TermPayload
– The key information contained in the term, such as the EULA for LegalTerm
or pricing and dimensions for various pricing terms, such as ConfigurableUpfrontPricingTerm
or
UsageBasedPricingTerm
.
Configuration
– The buyer/acceptor's selection at the time of agreement creation, such as the number
of units purchased for a dimension or setting the EnableAutoRenew
flag.
getAgreementTerms
in interface AWSMarketplaceAgreement
public SearchAgreementsResult searchAgreements(SearchAgreementsRequest request)
AWSMarketplaceAgreement
Searches across all agreements that a proposer or an acceptor has in AWS Marketplace. The search returns a list of agreements with basic agreement information.
The following filter combinations are supported:
PartyType
as Proposer
+ AgreementType
+ ResourceIdentifier
PartyType
as Proposer
+ AgreementType
+ OfferId
PartyType
as Proposer
+ AgreementType
+ AcceptorAccountId
PartyType
as Proposer
+ AgreementType
+ Status
PartyType
as Proposer
+ AgreementType
+ ResourceIdentifier
+
Status
PartyType
as Proposer
+ AgreementType
+ OfferId
+
Status
PartyType
as Proposer
+ AgreementType
+ AcceptorAccountId
+
Status
PartyType
as Proposer
+ AgreementType
+ ResourceType
+
Status
PartyType
as Proposer
+ AgreementType
+ AcceptorAccountId
+
ResourceType
+ Status
PartyType
as Proposer
+ AgreementType
+ AcceptorAccountId
+
OfferId
PartyType
as Proposer
+ AgreementType
+ AcceptorAccountId
+
OfferId
+ Status
PartyType
as Proposer
+ AgreementType
+ AcceptorAccountId
+
ResourceIdentifier
PartyType
as Proposer
+ AgreementType
+ AcceptorAccountId
+
ResourceIdentifier
+ Status
PartyType
as Proposer
+ AgreementType
+ AcceptorAccountId
+
ResourceType
searchAgreements
in interface AWSMarketplaceAgreement
public void shutdown()
AWSMarketplaceAgreement
shutdown
in interface AWSMarketplaceAgreement
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSMarketplaceAgreement
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata
in interface AWSMarketplaceAgreement
request
- The originally executed request.