Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.DocumentDescription
Packages that use DocumentDescription
-
Uses of DocumentDescription in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return DocumentDescriptionModifier and TypeMethodDescriptionDocumentDescription.clone()DescribeDocumentResult.getDocument()Information about the SSM document.CreateDocumentResult.getDocumentDescription()Information about the SSM document.DocumentDescription.withCreatedDate(Date createdDate) The date when the SSM document was created.DocumentDescription.withDescription(String description) A description of the document.The Sha256 or Sha1 hash created by the system when the document was created.DocumentDescription.withHashType(DocumentHashType hashType) Sha256 or Sha1.DocumentDescription.withHashType(String hashType) Sha256 or Sha1.The name of the SSM document.The AWS user account of the person who created the document.DocumentDescription.withParameters(DocumentParameter... parameters) A description of the parameters for a document.DocumentDescription.withParameters(Collection<DocumentParameter> parameters) A description of the parameters for a document.DocumentDescription.withPlatformTypes(PlatformType... platformTypes) The list of OS platforms compatible with this SSM document.DocumentDescription.withPlatformTypes(String... platformTypes) The list of OS platforms compatible with this SSM document.DocumentDescription.withPlatformTypes(Collection<String> platformTypes) The list of OS platforms compatible with this SSM document.The SHA1 hash of the document, which you can use for verification purposes.DocumentDescription.withStatus(DocumentStatus status) The status of the SSM document.DocumentDescription.withStatus(String status) The status of the SSM document.Methods in com.amazonaws.services.simplesystemsmanagement.model with parameters of type DocumentDescriptionModifier and TypeMethodDescriptionvoidDescribeDocumentResult.setDocument(DocumentDescription document) Information about the SSM document.voidCreateDocumentResult.setDocumentDescription(DocumentDescription documentDescription) Information about the SSM document.DescribeDocumentResult.withDocument(DocumentDescription document) Information about the SSM document.CreateDocumentResult.withDocumentDescription(DocumentDescription documentDescription) Information about the SSM document.