| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
static DocumentType |
DocumentType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
DocumentIdentifier.setDocumentType(DocumentType documentType)
The document type.
|
void |
DocumentDescription.setDocumentType(DocumentType documentType)
The type of document.
|
void |
CreateDocumentRequest.setDocumentType(DocumentType documentType)
The type of document to create.
|
void |
GetDocumentResult.setDocumentType(DocumentType documentType)
The document type.
|
DocumentIdentifier |
DocumentIdentifier.withDocumentType(DocumentType documentType)
The document type.
|
DocumentDescription |
DocumentDescription.withDocumentType(DocumentType documentType)
The type of document.
|
CreateDocumentRequest |
CreateDocumentRequest.withDocumentType(DocumentType documentType)
The type of document to create.
|
GetDocumentResult |
GetDocumentResult.withDocumentType(DocumentType documentType)
The document type.
|
Copyright © 2021. All rights reserved.