| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentVersionInfo |
DocumentVersionInfo.clone() |
DocumentVersionInfo |
DocumentVersionInfo.withCreatedDate(Date createdDate)
The date the document was created.
|
DocumentVersionInfo |
DocumentVersionInfo.withDocumentFormat(DocumentFormat documentFormat)
The document format, either JSON or YAML.
|
DocumentVersionInfo |
DocumentVersionInfo.withDocumentFormat(String documentFormat)
The document format, either JSON or YAML.
|
DocumentVersionInfo |
DocumentVersionInfo.withDocumentVersion(String documentVersion)
The document version.
|
DocumentVersionInfo |
DocumentVersionInfo.withIsDefaultVersion(Boolean isDefaultVersion)
An identifier for the default version of the document.
|
DocumentVersionInfo |
DocumentVersionInfo.withName(String name)
The document name.
|
DocumentVersionInfo |
DocumentVersionInfo.withReviewStatus(ReviewStatus reviewStatus)
The current status of the approval review for the latest version of the document.
|
DocumentVersionInfo |
DocumentVersionInfo.withReviewStatus(String reviewStatus)
The current status of the approval review for the latest version of the document.
|
DocumentVersionInfo |
DocumentVersionInfo.withStatus(DocumentStatus status)
The status of the Systems Manager document, such as
Creating, Active,
Failed, and Deleting. |
DocumentVersionInfo |
DocumentVersionInfo.withStatus(String status)
The status of the Systems Manager document, such as
Creating, Active,
Failed, and Deleting. |
DocumentVersionInfo |
DocumentVersionInfo.withStatusInformation(String statusInformation)
A message returned by AWS Systems Manager that explains the
Status value. |
DocumentVersionInfo |
DocumentVersionInfo.withVersionName(String versionName)
The version of the artifact associated with the document.
|
| Modifier and Type | Method and Description |
|---|---|
List<DocumentVersionInfo> |
ListDocumentVersionsResult.getDocumentVersions()
The document versions.
|
| Modifier and Type | Method and Description |
|---|---|
ListDocumentVersionsResult |
ListDocumentVersionsResult.withDocumentVersions(DocumentVersionInfo... documentVersions)
The document versions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDocumentVersionsResult.setDocumentVersions(Collection<DocumentVersionInfo> documentVersions)
The document versions.
|
ListDocumentVersionsResult |
ListDocumentVersionsResult.withDocumentVersions(Collection<DocumentVersionInfo> documentVersions)
The document versions.
|
Copyright © 2021. All rights reserved.