| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentType |
DocumentIdentifier.documentType()
The document type.
|
DocumentType |
CreateDocumentRequest.documentType()
The type of document to create.
|
DocumentType |
DocumentDescription.documentType()
The type of document.
|
DocumentType |
GetDocumentResponse.documentType()
The document type.
|
static DocumentType |
DocumentType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DocumentType |
DocumentType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DocumentType> |
DocumentType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DocumentIdentifier.Builder |
DocumentIdentifier.Builder.documentType(DocumentType documentType)
The document type.
|
CreateDocumentRequest.Builder |
CreateDocumentRequest.Builder.documentType(DocumentType documentType)
The type of document to create.
|
DocumentDescription.Builder |
DocumentDescription.Builder.documentType(DocumentType documentType)
The type of document.
|
GetDocumentResponse.Builder |
GetDocumentResponse.Builder.documentType(DocumentType documentType)
The document type.
|
Copyright © 2019. All rights reserved.