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.BuilderDocumentMetadataResponseInfo. builder()DocumentMetadataResponseInfo.BuilderDocumentMetadataResponseInfo.Builder. reviewerResponse(Collection<DocumentReviewerResponseSource> reviewerResponse)Details about a reviewer's response to a document review request.DocumentMetadataResponseInfo.BuilderDocumentMetadataResponseInfo.Builder. reviewerResponse(Consumer<DocumentReviewerResponseSource.Builder>... reviewerResponse)Details about a reviewer's response to a document review request.DocumentMetadataResponseInfo.BuilderDocumentMetadataResponseInfo.Builder. reviewerResponse(DocumentReviewerResponseSource... reviewerResponse)Details about a reviewer's response to a document review request.DocumentMetadataResponseInfo.BuilderDocumentMetadataResponseInfo. 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.BuilderListDocumentMetadataHistoryResponse.Builder. metadata(Consumer<DocumentMetadataResponseInfo.Builder> metadata)Information about the response to the change template approval request.
-