Uses of Class
software.amazon.awssdk.services.ssm.model.DocumentDescription
-
Packages that use DocumentDescription Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of DocumentDescription in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return DocumentDescription Modifier and Type Method Description DocumentDescriptionDescribeDocumentResponse. document()Information about the SSM document.DocumentDescriptionCreateDocumentResponse. documentDescription()Information about the SSM document.DocumentDescriptionUpdateDocumentResponse. documentDescription()A description of the document that was updated.Methods in software.amazon.awssdk.services.ssm.model with parameters of type DocumentDescription Modifier and Type Method Description DescribeDocumentResponse.BuilderDescribeDocumentResponse.Builder. document(DocumentDescription document)Information about the SSM document.CreateDocumentResponse.BuilderCreateDocumentResponse.Builder. documentDescription(DocumentDescription documentDescription)Information about the SSM document.UpdateDocumentResponse.BuilderUpdateDocumentResponse.Builder. documentDescription(DocumentDescription documentDescription)A description of the document that was updated.
-