Uses of Interface
software.amazon.awssdk.services.quicksight.model.SearchGroupsRequest.Builder
-
Packages that use SearchGroupsRequest.Builder Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.model -
-
Uses of SearchGroupsRequest.Builder in software.amazon.awssdk.services.quicksight
Method parameters in software.amazon.awssdk.services.quicksight with type arguments of type SearchGroupsRequest.Builder Modifier and Type Method Description default CompletableFuture<SearchGroupsResponse>QuickSightAsyncClient. searchGroups(Consumer<SearchGroupsRequest.Builder> searchGroupsRequest)Use theSearchGroupsoperation to search groups in a specified Amazon QuickSight namespace using the supplied filters.default SearchGroupsResponseQuickSightClient. searchGroups(Consumer<SearchGroupsRequest.Builder> searchGroupsRequest)Use theSearchGroupsoperation to search groups in a specified Amazon QuickSight namespace using the supplied filters.default SearchGroupsPublisherQuickSightAsyncClient. searchGroupsPaginator(Consumer<SearchGroupsRequest.Builder> searchGroupsRequest)Use theSearchGroupsoperation to search groups in a specified Amazon QuickSight namespace using the supplied filters.default SearchGroupsIterableQuickSightClient. searchGroupsPaginator(Consumer<SearchGroupsRequest.Builder> searchGroupsRequest)Use theSearchGroupsoperation to search groups in a specified Amazon QuickSight namespace using the supplied filters. -
Uses of SearchGroupsRequest.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return SearchGroupsRequest.Builder Modifier and Type Method Description SearchGroupsRequest.BuilderSearchGroupsRequest.Builder. awsAccountId(String awsAccountId)The ID for the Amazon Web Services account that the group is in.static SearchGroupsRequest.BuilderSearchGroupsRequest. builder()SearchGroupsRequest.BuilderSearchGroupsRequest.Builder. filters(Collection<GroupSearchFilter> filters)The structure for the search filters that you want to apply to your search.SearchGroupsRequest.BuilderSearchGroupsRequest.Builder. filters(Consumer<GroupSearchFilter.Builder>... filters)The structure for the search filters that you want to apply to your search.SearchGroupsRequest.BuilderSearchGroupsRequest.Builder. filters(GroupSearchFilter... filters)The structure for the search filters that you want to apply to your search.SearchGroupsRequest.BuilderSearchGroupsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return from this request.SearchGroupsRequest.BuilderSearchGroupsRequest.Builder. namespace(String namespace)The namespace that you want to search.SearchGroupsRequest.BuilderSearchGroupsRequest.Builder. nextToken(String nextToken)A pagination token that can be used in a subsequent request.SearchGroupsRequest.BuilderSearchGroupsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SearchGroupsRequest.BuilderSearchGroupsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SearchGroupsRequest.BuilderSearchGroupsRequest. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type SearchGroupsRequest.Builder Modifier and Type Method Description static Class<? extends SearchGroupsRequest.Builder>SearchGroupsRequest. serializableBuilderClass()
-