Uses of Class
software.amazon.awssdk.services.workdocs.model.SearchResourceType
-
Packages that use SearchResourceType Package Description software.amazon.awssdk.services.workdocs.model -
-
Uses of SearchResourceType in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return SearchResourceType Modifier and Type Method Description static SearchResourceTypeSearchResourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SearchResourceTypeSearchResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchResourceType[]SearchResourceType. 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 SearchResourceType Modifier and Type Method Description static Set<SearchResourceType>SearchResourceType. knownValues()List<SearchResourceType>Filters. resourceTypes()Filters based on entity type.Methods in software.amazon.awssdk.services.workdocs.model with parameters of type SearchResourceType Modifier and Type Method Description Filters.BuilderFilters.Builder. resourceTypes(SearchResourceType... resourceTypes)Filters based on entity type.Method parameters in software.amazon.awssdk.services.workdocs.model with type arguments of type SearchResourceType Modifier and Type Method Description Filters.BuilderFilters.Builder. resourceTypes(Collection<SearchResourceType> resourceTypes)Filters based on entity type.
-