| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.marketplaceagreement.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeAgreementResult |
AbstractAWSMarketplaceAgreement.describeAgreement(DescribeAgreementRequest request) |
DescribeAgreementResult |
AWSMarketplaceAgreementClient.describeAgreement(DescribeAgreementRequest request)
Provides details about an agreement, such as the proposer, acceptor, start date, and end date.
|
DescribeAgreementResult |
AWSMarketplaceAgreement.describeAgreement(DescribeAgreementRequest describeAgreementRequest)
Provides details about an agreement, such as the proposer, acceptor, start date, and end date.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeAgreementResult> |
AbstractAWSMarketplaceAgreementAsync.describeAgreementAsync(DescribeAgreementRequest request,
AsyncHandler<DescribeAgreementRequest,DescribeAgreementResult> asyncHandler) |
Future<DescribeAgreementResult> |
AWSMarketplaceAgreementAsyncClient.describeAgreementAsync(DescribeAgreementRequest request,
AsyncHandler<DescribeAgreementRequest,DescribeAgreementResult> asyncHandler) |
Future<DescribeAgreementResult> |
AWSMarketplaceAgreementAsync.describeAgreementAsync(DescribeAgreementRequest describeAgreementRequest,
AsyncHandler<DescribeAgreementRequest,DescribeAgreementResult> asyncHandler)
Provides details about an agreement, such as the proposer, acceptor, start date, and end date.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAgreementResult |
DescribeAgreementResult.clone() |
DescribeAgreementResult |
DescribeAgreementResult.withAcceptanceTime(Date acceptanceTime)
The date and time the offer was accepted or the agreement was created.
|
DescribeAgreementResult |
DescribeAgreementResult.withAcceptor(Acceptor acceptor)
The details of the party accepting the agreement terms.
|
DescribeAgreementResult |
DescribeAgreementResult.withAgreementId(String agreementId)
The unique identifier of the agreement.
|
DescribeAgreementResult |
DescribeAgreementResult.withAgreementType(String agreementType)
The type of agreement.
|
DescribeAgreementResult |
DescribeAgreementResult.withEndTime(Date endTime)
The date and time when the agreement ends.
|
DescribeAgreementResult |
DescribeAgreementResult.withEstimatedCharges(EstimatedCharges estimatedCharges)
The estimated cost of the agreement.
|
DescribeAgreementResult |
DescribeAgreementResult.withProposalSummary(ProposalSummary proposalSummary)
A summary of the proposal received from the proposer.
|
DescribeAgreementResult |
DescribeAgreementResult.withProposer(Proposer proposer)
The details of the party proposing the agreement terms.
|
DescribeAgreementResult |
DescribeAgreementResult.withStartTime(Date startTime)
The date and time when the agreement starts.
|
DescribeAgreementResult |
DescribeAgreementResult.withStatus(AgreementStatus status)
The current status of the agreement.
|
DescribeAgreementResult |
DescribeAgreementResult.withStatus(String status)
The current status of the agreement.
|
Copyright © 2023. All rights reserved.