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 DocumentIdentifierDocumentIdentifier. clone()DocumentIdentifierDocumentIdentifier. withName(String name)The name of the SSM document.DocumentIdentifierDocumentIdentifier. withOwner(String owner)The AWS user account of the person who created the document.DocumentIdentifierDocumentIdentifier. withPlatformTypes(PlatformType... platformTypes)The operating system platform.DocumentIdentifierDocumentIdentifier. withPlatformTypes(String... platformTypes)The operating system platform.DocumentIdentifierDocumentIdentifier. 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 ListDocumentsResultListDocumentsResult. 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 voidListDocumentsResult. setDocumentIdentifiers(Collection<DocumentIdentifier> documentIdentifiers)The names of the SSM documents.ListDocumentsResultListDocumentsResult. withDocumentIdentifiers(Collection<DocumentIdentifier> documentIdentifiers)The names of the SSM documents.
-