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