Uses of Interface
software.amazon.awssdk.services.ssm.model.DocumentMetadataResponseInfo.Builder
-
Packages that use DocumentMetadataResponseInfo.Builder Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of DocumentMetadataResponseInfo.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return DocumentMetadataResponseInfo.Builder Modifier and Type Method Description static DocumentMetadataResponseInfo.Builder
DocumentMetadataResponseInfo. builder()
DocumentMetadataResponseInfo.Builder
DocumentMetadataResponseInfo.Builder. reviewerResponse(Collection<DocumentReviewerResponseSource> reviewerResponse)
Details about a reviewer's response to a document review request.DocumentMetadataResponseInfo.Builder
DocumentMetadataResponseInfo.Builder. reviewerResponse(Consumer<DocumentReviewerResponseSource.Builder>... reviewerResponse)
Details about a reviewer's response to a document review request.DocumentMetadataResponseInfo.Builder
DocumentMetadataResponseInfo.Builder. reviewerResponse(DocumentReviewerResponseSource... reviewerResponse)
Details about a reviewer's response to a document review request.DocumentMetadataResponseInfo.Builder
DocumentMetadataResponseInfo. toBuilder()
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type DocumentMetadataResponseInfo.Builder Modifier and Type Method Description static Class<? extends DocumentMetadataResponseInfo.Builder>
DocumentMetadataResponseInfo. serializableBuilderClass()
Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type DocumentMetadataResponseInfo.Builder Modifier and Type Method Description default ListDocumentMetadataHistoryResponse.Builder
ListDocumentMetadataHistoryResponse.Builder. metadata(Consumer<DocumentMetadataResponseInfo.Builder> metadata)
Information about the response to the change template approval request.
-