| Package | Description |
|---|---|
| com.amazonaws.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
static ResourceStateType |
ResourceStateType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
UpdateFolderRequest.setResourceState(ResourceStateType resourceState)
The resource state of the folder.
|
void |
UpdateDocumentRequest.setResourceState(ResourceStateType resourceState)
The resource state of the document.
|
void |
DocumentMetadata.setResourceState(ResourceStateType resourceState)
The resource state.
|
void |
FolderMetadata.setResourceState(ResourceStateType resourceState)
The resource state of the folder.
|
UpdateFolderRequest |
UpdateFolderRequest.withResourceState(ResourceStateType resourceState)
The resource state of the folder.
|
UpdateDocumentRequest |
UpdateDocumentRequest.withResourceState(ResourceStateType resourceState)
The resource state of the document.
|
DocumentMetadata |
DocumentMetadata.withResourceState(ResourceStateType resourceState)
The resource state.
|
FolderMetadata |
FolderMetadata.withResourceState(ResourceStateType resourceState)
The resource state of the folder.
|
Copyright © 2023. All rights reserved.