| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static ReviewStatus |
ReviewStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ReviewStatus |
DocumentDescription.reviewStatus()
The current status of the review.
|
ReviewStatus |
DocumentVersionInfo.reviewStatus()
The current status of the approval review for the latest version of the document.
|
ReviewStatus |
GetDocumentResponse.reviewStatus()
The current review status of a new custom Systems Manager document (SSM document) created by a member of your
organization, or of the latest version of an existing SSM document.
|
ReviewStatus |
DocumentReviewerResponseSource.reviewStatus()
The current review status of a new custom SSM document created by a member of your organization, or of the latest
version of an existing SSM document.
|
ReviewStatus |
DocumentIdentifier.reviewStatus()
The current status of a document review.
|
ReviewStatus |
ReviewInformation.status()
The current status of the document review request.
|
static ReviewStatus |
ReviewStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReviewStatus[] |
ReviewStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ReviewStatus> |
ReviewStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DocumentDescription.Builder |
DocumentDescription.Builder.reviewStatus(ReviewStatus reviewStatus)
The current status of the review.
|
DocumentVersionInfo.Builder |
DocumentVersionInfo.Builder.reviewStatus(ReviewStatus reviewStatus)
The current status of the approval review for the latest version of the document.
|
GetDocumentResponse.Builder |
GetDocumentResponse.Builder.reviewStatus(ReviewStatus reviewStatus)
The current review status of a new custom Systems Manager document (SSM document) created by a member of your
organization, or of the latest version of an existing SSM document.
|
DocumentReviewerResponseSource.Builder |
DocumentReviewerResponseSource.Builder.reviewStatus(ReviewStatus reviewStatus)
The current review status of a new custom SSM document created by a member of your organization, or of the
latest version of an existing SSM document.
|
DocumentIdentifier.Builder |
DocumentIdentifier.Builder.reviewStatus(ReviewStatus reviewStatus)
The current status of a document review.
|
ReviewInformation.Builder |
ReviewInformation.Builder.status(ReviewStatus status)
The current status of the document review request.
|
Copyright © 2020. All rights reserved.