Uses of Class
software.amazon.awssdk.services.workdocs.model.ResourceStateType
-
Packages that use ResourceStateType Package Description software.amazon.awssdk.services.workdocs.model -
-
Uses of ResourceStateType in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return ResourceStateType Modifier and Type Method Description static ResourceStateTypeResourceStateType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResourceStateTypeDocumentMetadata. resourceState()The resource state.ResourceStateTypeFolderMetadata. resourceState()The resource state of the folder.ResourceStateTypeUpdateDocumentRequest. resourceState()The resource state of the document.ResourceStateTypeUpdateFolderRequest. resourceState()The resource state of the folder.static ResourceStateTypeResourceStateType. 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.Methods in software.amazon.awssdk.services.workdocs.model that return types with arguments of type ResourceStateType Modifier and Type Method Description static Set<ResourceStateType>ResourceStateType. knownValues()Methods in software.amazon.awssdk.services.workdocs.model with parameters of type ResourceStateType Modifier and Type Method Description DocumentMetadata.BuilderDocumentMetadata.Builder. resourceState(ResourceStateType resourceState)The resource state.FolderMetadata.BuilderFolderMetadata.Builder. resourceState(ResourceStateType resourceState)The resource state of the folder.UpdateDocumentRequest.BuilderUpdateDocumentRequest.Builder. resourceState(ResourceStateType resourceState)The resource state of the document.UpdateFolderRequest.BuilderUpdateFolderRequest.Builder. resourceState(ResourceStateType resourceState)The resource state of the folder.
-