Uses of Class
software.amazon.awssdk.services.workdocs.model.ResourceCollectionType
-
Packages that use ResourceCollectionType Package Description software.amazon.awssdk.services.workdocs.model -
-
Uses of ResourceCollectionType in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return ResourceCollectionType Modifier and Type Method Description ResourceCollectionTypeGetResourcesRequest. collectionType()The collection type.static ResourceCollectionTypeResourceCollectionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ResourceCollectionTypeResourceCollectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceCollectionType[]ResourceCollectionType. 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 ResourceCollectionType Modifier and Type Method Description static Set<ResourceCollectionType>ResourceCollectionType. knownValues()Methods in software.amazon.awssdk.services.workdocs.model with parameters of type ResourceCollectionType Modifier and Type Method Description GetResourcesRequest.BuilderGetResourcesRequest.Builder. collectionType(ResourceCollectionType collectionType)The collection type.
-