Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.DocumentIdentifier
-
Packages that use DocumentIdentifier Package Description com.amazonaws.services.simplesystemsmanagement.model -
-
Uses of DocumentIdentifier in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return DocumentIdentifier Modifier and Type Method Description DocumentIdentifier
DocumentIdentifier. clone()
DocumentIdentifier
DocumentIdentifier. withName(String name)
The name of the SSM document.DocumentIdentifier
DocumentIdentifier. withOwner(String owner)
The AWS user account of the person who created the document.DocumentIdentifier
DocumentIdentifier. withPlatformTypes(PlatformType... platformTypes)
The operating system platform.DocumentIdentifier
DocumentIdentifier. withPlatformTypes(String... platformTypes)
The operating system platform.DocumentIdentifier
DocumentIdentifier. withPlatformTypes(Collection<String> platformTypes)
The operating system platform.Methods in com.amazonaws.services.simplesystemsmanagement.model that return types with arguments of type DocumentIdentifier Modifier and Type Method Description List<DocumentIdentifier>
ListDocumentsResult. getDocumentIdentifiers()
The names of the SSM documents.Methods in com.amazonaws.services.simplesystemsmanagement.model with parameters of type DocumentIdentifier Modifier and Type Method Description ListDocumentsResult
ListDocumentsResult. withDocumentIdentifiers(DocumentIdentifier... documentIdentifiers)
The names of the SSM documents.Method parameters in com.amazonaws.services.simplesystemsmanagement.model with type arguments of type DocumentIdentifier Modifier and Type Method Description void
ListDocumentsResult. setDocumentIdentifiers(Collection<DocumentIdentifier> documentIdentifiers)
The names of the SSM documents.ListDocumentsResult
ListDocumentsResult. withDocumentIdentifiers(Collection<DocumentIdentifier> documentIdentifiers)
The names of the SSM documents.
-