Uses of Class
software.amazon.awssdk.services.quicksight.model.SearchGroupsResponse
-
Packages that use SearchGroupsResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.paginators -
-
Uses of SearchGroupsResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return SearchGroupsResponse Modifier and Type Method Description default SearchGroupsResponseQuickSightClient. searchGroups(Consumer<SearchGroupsRequest.Builder> searchGroupsRequest)Use theSearchGroupsoperation to search groups in a specified QuickSight namespace using the supplied filters.default SearchGroupsResponseQuickSightClient. searchGroups(SearchGroupsRequest searchGroupsRequest)Use theSearchGroupsoperation to search groups in a specified QuickSight namespace using the supplied filters.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type SearchGroupsResponse Modifier and Type Method Description default CompletableFuture<SearchGroupsResponse>QuickSightAsyncClient. searchGroups(Consumer<SearchGroupsRequest.Builder> searchGroupsRequest)Use theSearchGroupsoperation to search groups in a specified QuickSight namespace using the supplied filters.default CompletableFuture<SearchGroupsResponse>QuickSightAsyncClient. searchGroups(SearchGroupsRequest searchGroupsRequest)Use theSearchGroupsoperation to search groups in a specified QuickSight namespace using the supplied filters. -
Uses of SearchGroupsResponse in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type SearchGroupsResponse Modifier and Type Method Description Iterator<SearchGroupsResponse>SearchGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.quicksight.paginators with type arguments of type SearchGroupsResponse Modifier and Type Method Description voidSearchGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super SearchGroupsResponse> subscriber)
-