| Package | Description |
|---|---|
| software.amazon.awssdk.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
static ResourceStateType |
ResourceStateType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ResourceStateType |
DocumentMetadata.resourceState()
The resource state.
|
ResourceStateType |
UpdateDocumentRequest.resourceState()
The resource state of the document.
|
ResourceStateType |
FolderMetadata.resourceState()
The resource state of the folder.
|
ResourceStateType |
UpdateFolderRequest.resourceState()
The resource state of the folder.
|
static ResourceStateType |
ResourceStateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceStateType[] |
ResourceStateType.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<ResourceStateType> |
ResourceStateType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DocumentMetadata.Builder |
DocumentMetadata.Builder.resourceState(ResourceStateType resourceState)
The resource state.
|
UpdateDocumentRequest.Builder |
UpdateDocumentRequest.Builder.resourceState(ResourceStateType resourceState)
The resource state of the document.
|
FolderMetadata.Builder |
FolderMetadata.Builder.resourceState(ResourceStateType resourceState)
The resource state of the folder.
|
UpdateFolderRequest.Builder |
UpdateFolderRequest.Builder.resourceState(ResourceStateType resourceState)
The resource state of the folder.
|
Copyright © 2023. All rights reserved.