Uses of Interface
software.amazon.awssdk.services.quicksight.model.ListUserGroupsRequest.Builder
-
Packages that use ListUserGroupsRequest.Builder Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.model -
-
Uses of ListUserGroupsRequest.Builder in software.amazon.awssdk.services.quicksight
Method parameters in software.amazon.awssdk.services.quicksight with type arguments of type ListUserGroupsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListUserGroupsResponse>QuickSightAsyncClient. listUserGroups(Consumer<ListUserGroupsRequest.Builder> listUserGroupsRequest)Lists the Amazon QuickSight groups that an Amazon QuickSight user is a member of.default ListUserGroupsResponseQuickSightClient. listUserGroups(Consumer<ListUserGroupsRequest.Builder> listUserGroupsRequest)Lists the Amazon QuickSight groups that an Amazon QuickSight user is a member of.default ListUserGroupsPublisherQuickSightAsyncClient. listUserGroupsPaginator(Consumer<ListUserGroupsRequest.Builder> listUserGroupsRequest)Lists the Amazon QuickSight groups that an Amazon QuickSight user is a member of.default ListUserGroupsIterableQuickSightClient. listUserGroupsPaginator(Consumer<ListUserGroupsRequest.Builder> listUserGroupsRequest)Lists the Amazon QuickSight groups that an Amazon QuickSight user is a member of. -
Uses of ListUserGroupsRequest.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ListUserGroupsRequest.Builder Modifier and Type Method Description ListUserGroupsRequest.BuilderListUserGroupsRequest.Builder. awsAccountId(String awsAccountId)The Amazon Web Services account ID that the user is in.static ListUserGroupsRequest.BuilderListUserGroupsRequest. builder()ListUserGroupsRequest.BuilderListUserGroupsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return from this request.ListUserGroupsRequest.BuilderListUserGroupsRequest.Builder. namespace(String namespace)The namespace.ListUserGroupsRequest.BuilderListUserGroupsRequest.Builder. nextToken(String nextToken)A pagination token that can be used in a subsequent request.ListUserGroupsRequest.BuilderListUserGroupsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListUserGroupsRequest.BuilderListUserGroupsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListUserGroupsRequest.BuilderListUserGroupsRequest. toBuilder()ListUserGroupsRequest.BuilderListUserGroupsRequest.Builder. userName(String userName)The Amazon QuickSight user name that you want to list group memberships for.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ListUserGroupsRequest.Builder Modifier and Type Method Description static Class<? extends ListUserGroupsRequest.Builder>ListUserGroupsRequest. serializableBuilderClass()
-