Uses of Class
software.amazon.awssdk.services.marketplaceagreement.model.AgreementViewSummary
-
Packages that use AgreementViewSummary Package Description software.amazon.awssdk.services.marketplaceagreement.model -
-
Uses of AgreementViewSummary in software.amazon.awssdk.services.marketplaceagreement.model
Methods in software.amazon.awssdk.services.marketplaceagreement.model that return types with arguments of type AgreementViewSummary Modifier and Type Method Description List<AgreementViewSummary>SearchAgreementsResponse. agreementViewSummaries()A summary of the agreement, including top-level attributes (for example, the agreement ID, version, proposer, and acceptor).Methods in software.amazon.awssdk.services.marketplaceagreement.model with parameters of type AgreementViewSummary Modifier and Type Method Description SearchAgreementsResponse.BuilderSearchAgreementsResponse.Builder. agreementViewSummaries(AgreementViewSummary... agreementViewSummaries)A summary of the agreement, including top-level attributes (for example, the agreement ID, version, proposer, and acceptor).Method parameters in software.amazon.awssdk.services.marketplaceagreement.model with type arguments of type AgreementViewSummary Modifier and Type Method Description SearchAgreementsResponse.BuilderSearchAgreementsResponse.Builder. agreementViewSummaries(Collection<AgreementViewSummary> agreementViewSummaries)A summary of the agreement, including top-level attributes (for example, the agreement ID, version, proposer, and acceptor).
-