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