| Package | Description |
|---|---|
| com.amazonaws.services.marketplaceagreement.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentItem |
DocumentItem.clone() |
DocumentItem |
DocumentItem.withType(String type)
Category of the document.
|
DocumentItem |
DocumentItem.withUrl(String url)
A URL to the legal document for buyers to read.
|
DocumentItem |
DocumentItem.withVersion(String version)
Version of standard contracts provided by AWS Marketplace.
|
| Modifier and Type | Method and Description |
|---|---|
List<DocumentItem> |
LegalTerm.getDocuments()
List of references to legal resources proposed to the buyers.
|
| Modifier and Type | Method and Description |
|---|---|
LegalTerm |
LegalTerm.withDocuments(DocumentItem... documents)
List of references to legal resources proposed to the buyers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LegalTerm.setDocuments(Collection<DocumentItem> documents)
List of references to legal resources proposed to the buyers.
|
LegalTerm |
LegalTerm.withDocuments(Collection<DocumentItem> documents)
List of references to legal resources proposed to the buyers.
|
Copyright © 2024. All rights reserved.