| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentReviewerResponseSource |
DocumentReviewerResponseSource.clone() |
DocumentReviewerResponseSource |
DocumentReviewerResponseSource.withComment(Collection<DocumentReviewCommentSource> comment)
The comment entered by a reviewer as part of their document review response.
|
DocumentReviewerResponseSource |
DocumentReviewerResponseSource.withComment(DocumentReviewCommentSource... comment)
The comment entered by a reviewer as part of their document review response.
|
DocumentReviewerResponseSource |
DocumentReviewerResponseSource.withCreateTime(Date createTime)
The date and time that a reviewer entered a response to a document review request.
|
DocumentReviewerResponseSource |
DocumentReviewerResponseSource.withReviewer(String reviewer)
The user in your organization assigned to review a document request.
|
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.
|
DocumentReviewerResponseSource |
DocumentReviewerResponseSource.withReviewStatus(String 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.
|
DocumentReviewerResponseSource |
DocumentReviewerResponseSource.withUpdatedTime(Date updatedTime)
The date and time that a reviewer last updated a response to a document review request.
|
| Modifier and Type | Method and Description |
|---|---|
List<DocumentReviewerResponseSource> |
DocumentMetadataResponseInfo.getReviewerResponse()
Details about a reviewer's response to a document review request.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentMetadataResponseInfo |
DocumentMetadataResponseInfo.withReviewerResponse(DocumentReviewerResponseSource... reviewerResponse)
Details about a reviewer's response to a document review request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentMetadataResponseInfo.setReviewerResponse(Collection<DocumentReviewerResponseSource> reviewerResponse)
Details about a reviewer's response to a document review request.
|
DocumentMetadataResponseInfo |
DocumentMetadataResponseInfo.withReviewerResponse(Collection<DocumentReviewerResponseSource> reviewerResponse)
Details about a reviewer's response to a document review request.
|
Copyright © 2021. All rights reserved.