| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
ReviewInformation |
ReviewInformation.clone() |
ReviewInformation |
ReviewInformation.withReviewedTime(Date reviewedTime)
The time that the reviewer took action on the document review request.
|
ReviewInformation |
ReviewInformation.withReviewer(String reviewer)
The reviewer assigned to take action on the document review request.
|
ReviewInformation |
ReviewInformation.withStatus(ReviewStatus status)
The current status of the document review request.
|
ReviewInformation |
ReviewInformation.withStatus(String status)
The current status of the document review request.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReviewInformation> |
DocumentDescription.getReviewInformation()
Details about the review of a document.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentDescription |
DocumentDescription.withReviewInformation(ReviewInformation... reviewInformation)
Details about the review of a document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentDescription.setReviewInformation(Collection<ReviewInformation> reviewInformation)
Details about the review of a document.
|
DocumentDescription |
DocumentDescription.withReviewInformation(Collection<ReviewInformation> reviewInformation)
Details about the review of a document.
|
Copyright © 2021. All rights reserved.