| Package | Description |
|---|---|
| com.amazonaws.services.marketplaceagreement.model |
| Modifier and Type | Method and Description |
|---|---|
AgreementViewSummary |
AgreementViewSummary.clone() |
AgreementViewSummary |
AgreementViewSummary.withAcceptanceTime(Date acceptanceTime)
The date and time that the agreement was accepted.
|
AgreementViewSummary |
AgreementViewSummary.withAcceptor(Acceptor acceptor)
Details of the party accepting the agreement terms.
|
AgreementViewSummary |
AgreementViewSummary.withAgreementId(String agreementId)
The unique identifier of the agreement.
|
AgreementViewSummary |
AgreementViewSummary.withAgreementType(String agreementType)
The type of agreement.
|
AgreementViewSummary |
AgreementViewSummary.withEndTime(Date endTime)
The date and time when the agreement ends.
|
AgreementViewSummary |
AgreementViewSummary.withProposalSummary(ProposalSummary proposalSummary)
A summary of the proposal
|
AgreementViewSummary |
AgreementViewSummary.withProposer(Proposer proposer)
Details of the party proposing the agreement terms, most commonly the seller for
PurchaseAgreement. |
AgreementViewSummary |
AgreementViewSummary.withStartTime(Date startTime)
The date and time when the agreement starts.
|
AgreementViewSummary |
AgreementViewSummary.withStatus(AgreementStatus status)
The current status of the agreement.
|
AgreementViewSummary |
AgreementViewSummary.withStatus(String status)
The current status of the agreement.
|
| Modifier and Type | Method and Description |
|---|---|
List<AgreementViewSummary> |
SearchAgreementsResult.getAgreementViewSummaries()
A summary of the agreement, including top-level attributes (for example, the agreement ID, version, proposer, and
acceptor).
|
| Modifier and Type | Method and Description |
|---|---|
SearchAgreementsResult |
SearchAgreementsResult.withAgreementViewSummaries(AgreementViewSummary... agreementViewSummaries)
A summary of the agreement, including top-level attributes (for example, the agreement ID, version, proposer, and
acceptor).
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchAgreementsResult.setAgreementViewSummaries(Collection<AgreementViewSummary> agreementViewSummaries)
A summary of the agreement, including top-level attributes (for example, the agreement ID, version, proposer, and
acceptor).
|
SearchAgreementsResult |
SearchAgreementsResult.withAgreementViewSummaries(Collection<AgreementViewSummary> agreementViewSummaries)
A summary of the agreement, including top-level attributes (for example, the agreement ID, version, proposer, and
acceptor).
|
Copyright © 2023. All rights reserved.