Uses of Interface
software.amazon.awssdk.services.quicksight.model.ListGroupsRequest.Builder
-
Packages that use ListGroupsRequest.Builder Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.model -
-
Uses of ListGroupsRequest.Builder in software.amazon.awssdk.services.quicksight
Method parameters in software.amazon.awssdk.services.quicksight with type arguments of type ListGroupsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListGroupsResponse>QuickSightAsyncClient. listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)Lists all user groups in Amazon QuickSight.default ListGroupsResponseQuickSightClient. listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)Lists all user groups in Amazon QuickSight.default ListGroupsPublisherQuickSightAsyncClient. listGroupsPaginator(Consumer<ListGroupsRequest.Builder> listGroupsRequest)Lists all user groups in Amazon QuickSight.default ListGroupsIterableQuickSightClient. listGroupsPaginator(Consumer<ListGroupsRequest.Builder> listGroupsRequest)Lists all user groups in Amazon QuickSight. -
Uses of ListGroupsRequest.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ListGroupsRequest.Builder Modifier and Type Method Description ListGroupsRequest.BuilderListGroupsRequest.Builder. awsAccountId(String awsAccountId)The ID for the Amazon Web Services account that the group is in.static ListGroupsRequest.BuilderListGroupsRequest. builder()ListGroupsRequest.BuilderListGroupsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return.ListGroupsRequest.BuilderListGroupsRequest.Builder. namespace(String namespace)The namespace that you want a list of groups from.ListGroupsRequest.BuilderListGroupsRequest.Builder. nextToken(String nextToken)A pagination token that can be used in a subsequent request.ListGroupsRequest.BuilderListGroupsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListGroupsRequest.BuilderListGroupsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListGroupsRequest.BuilderListGroupsRequest. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ListGroupsRequest.Builder Modifier and Type Method Description static Class<? extends ListGroupsRequest.Builder>ListGroupsRequest. serializableBuilderClass()
-