| Package | Description |
|---|---|
| com.amazonaws.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
static DocumentStatusType |
DocumentStatusType.fromValue(String value)
Use this in place of valueOf.
|
static DocumentStatusType |
DocumentStatusType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentStatusType[] |
DocumentStatusType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentVersionMetadata.setStatus(DocumentStatusType status)
The status of the document.
|
DocumentVersionMetadata |
DocumentVersionMetadata.withStatus(DocumentStatusType status)
The status of the document.
|
Copyright © 2020. All rights reserved.