| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
static ReviewStatus |
ReviewStatus.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
GetDocumentResult.setReviewStatus(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.
|
void |
DocumentDescription.setReviewStatus(ReviewStatus reviewStatus)
The current status of the review.
|
void |
DocumentIdentifier.setReviewStatus(ReviewStatus reviewStatus)
The current status of a document review.
|
DocumentVersionInfo |
DocumentVersionInfo.withReviewStatus(ReviewStatus reviewStatus)
The current status of the approval review for the latest version of the document.
|
GetDocumentResult |
GetDocumentResult.withReviewStatus(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 |
DocumentReviewerResponseSource.withReviewStatus(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.
|
DocumentDescription |
DocumentDescription.withReviewStatus(ReviewStatus reviewStatus)
The current status of the review.
|
DocumentIdentifier |
DocumentIdentifier.withReviewStatus(ReviewStatus reviewStatus)
The current status of a document review.
|
ReviewInformation |
ReviewInformation.withStatus(ReviewStatus status)
The current status of the document review request.
|
Copyright © 2021. All rights reserved.