Uses of Class
software.amazon.awssdk.services.ssm.model.DocumentType
-
Packages that use DocumentType Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of DocumentType in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return DocumentType Modifier and Type Method Description DocumentTypeCreateDocumentRequest. documentType()The type of document to create.DocumentTypeDocumentDescription. documentType()The type of document.DocumentTypeDocumentIdentifier. documentType()The document type.DocumentTypeGetDocumentResponse. documentType()The document type.static DocumentTypeDocumentType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DocumentTypeDocumentType. valueOf(String name)Returns 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 DocumentType Modifier and Type Method Description static Set<DocumentType>DocumentType. knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type DocumentType Modifier and Type Method Description CreateDocumentRequest.BuilderCreateDocumentRequest.Builder. documentType(DocumentType documentType)The type of document to create.DocumentDescription.BuilderDocumentDescription.Builder. documentType(DocumentType documentType)The type of document.DocumentIdentifier.BuilderDocumentIdentifier.Builder. documentType(DocumentType documentType)The document type.GetDocumentResponse.BuilderGetDocumentResponse.Builder. documentType(DocumentType documentType)The document type.
-