Uses of Class
software.amazon.awssdk.services.marketplaceagreement.model.MarketplaceAgreementException
-
Packages that use MarketplaceAgreementException Package Description software.amazon.awssdk.services.marketplaceagreement AWS Marketplace is a curated digital catalog that customers can use to find, buy, deploy, and manage third-party software, data, and services to build solutions and run their businesses.software.amazon.awssdk.services.marketplaceagreement.model -
-
Uses of MarketplaceAgreementException in software.amazon.awssdk.services.marketplaceagreement
Methods in software.amazon.awssdk.services.marketplaceagreement that throw MarketplaceAgreementException Modifier and Type Method Description default DescribeAgreementResponseMarketplaceAgreementClient. describeAgreement(Consumer<DescribeAgreementRequest.Builder> describeAgreementRequest)Provides details about an agreement, such as the proposer, acceptor, start date, and end date.default DescribeAgreementResponseMarketplaceAgreementClient. describeAgreement(DescribeAgreementRequest describeAgreementRequest)Provides details about an agreement, such as the proposer, acceptor, start date, and end date.default GetAgreementTermsResponseMarketplaceAgreementClient. getAgreementTerms(Consumer<GetAgreementTermsRequest.Builder> getAgreementTermsRequest)Obtains details about the terms in an agreement that you participated in as proposer or acceptor.default GetAgreementTermsResponseMarketplaceAgreementClient. getAgreementTerms(GetAgreementTermsRequest getAgreementTermsRequest)Obtains details about the terms in an agreement that you participated in as proposer or acceptor.default GetAgreementTermsIterableMarketplaceAgreementClient. getAgreementTermsPaginator(Consumer<GetAgreementTermsRequest.Builder> getAgreementTermsRequest)default GetAgreementTermsIterableMarketplaceAgreementClient. getAgreementTermsPaginator(GetAgreementTermsRequest getAgreementTermsRequest)default SearchAgreementsResponseMarketplaceAgreementClient. searchAgreements(Consumer<SearchAgreementsRequest.Builder> searchAgreementsRequest)Searches across all agreements that a proposer or an acceptor has in AWS Marketplace.default SearchAgreementsResponseMarketplaceAgreementClient. searchAgreements(SearchAgreementsRequest searchAgreementsRequest)Searches across all agreements that a proposer or an acceptor has in AWS Marketplace.default SearchAgreementsIterableMarketplaceAgreementClient. searchAgreementsPaginator(Consumer<SearchAgreementsRequest.Builder> searchAgreementsRequest)This is a variant ofMarketplaceAgreementClient.searchAgreements(software.amazon.awssdk.services.marketplaceagreement.model.SearchAgreementsRequest)operation.default SearchAgreementsIterableMarketplaceAgreementClient. searchAgreementsPaginator(SearchAgreementsRequest searchAgreementsRequest)This is a variant ofMarketplaceAgreementClient.searchAgreements(software.amazon.awssdk.services.marketplaceagreement.model.SearchAgreementsRequest)operation. -
Uses of MarketplaceAgreementException in software.amazon.awssdk.services.marketplaceagreement.model
Subclasses of MarketplaceAgreementException in software.amazon.awssdk.services.marketplaceagreement.model Modifier and Type Class Description classAccessDeniedExceptionUser does not have sufficient access to perform this action.classInternalServerExceptionUnexpected error during processing of request.classResourceNotFoundExceptionRequest references a resource which does not exist.classThrottlingExceptionRequest was denied due to request throttling.classValidationExceptionThe input fails to satisfy the constraints specified by the service.Methods in software.amazon.awssdk.services.marketplaceagreement.model that return MarketplaceAgreementException Modifier and Type Method Description MarketplaceAgreementExceptionMarketplaceAgreementException.BuilderImpl. build()Constructors in software.amazon.awssdk.services.marketplaceagreement.model with parameters of type MarketplaceAgreementException Constructor Description BuilderImpl(MarketplaceAgreementException ex)
-