| Package | Description |
|---|---|
| com.amazonaws.services.marketplaceagreement.model |
| Modifier and Type | Method and Description |
|---|---|
Resource |
Resource.clone() |
Resource |
Resource.withId(String id)
The unique identifier of the resource.
|
Resource |
Resource.withType(String type)
Type of the resource, which is the product.
|
| Modifier and Type | Method and Description |
|---|---|
List<Resource> |
ProposalSummary.getResources()
The list of resources involved in the agreement.
|
| Modifier and Type | Method and Description |
|---|---|
ProposalSummary |
ProposalSummary.withResources(Resource... resources)
The list of resources involved in the agreement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalSummary.setResources(Collection<Resource> resources)
The list of resources involved in the agreement.
|
ProposalSummary |
ProposalSummary.withResources(Collection<Resource> resources)
The list of resources involved in the agreement.
|
Copyright © 2024. All rights reserved.