Uses of Enum
software.amazon.awssdk.services.ssm.model.DocumentType
Packages that use DocumentType
-
Uses of DocumentType in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return DocumentTypeModifier and TypeMethodDescriptionfinal DocumentTypeCreateDocumentRequest.documentType()The type of document to create.final DocumentTypeDocumentDescription.documentType()The type of document.final DocumentTypeDocumentIdentifier.documentType()The document type.final DocumentTypeGetDocumentResponse.documentType()The document type.static DocumentTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static DocumentTypeReturns the enum constant of this type with the specified name.static DocumentType[]DocumentType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type DocumentTypeMethods in software.amazon.awssdk.services.ssm.model with parameters of type DocumentTypeModifier and TypeMethodDescriptionCreateDocumentRequest.Builder.documentType(DocumentType documentType) The type of document to create.DocumentDescription.Builder.documentType(DocumentType documentType) The type of document.DocumentIdentifier.Builder.documentType(DocumentType documentType) The document type.GetDocumentResponse.Builder.documentType(DocumentType documentType) The document type.