Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.ListUsersInGroupRequest.Builder
Packages that use ListUsersInGroupRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of ListUsersInGroupRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type ListUsersInGroupRequest.BuilderModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.listUsersInGroup(Consumer<ListUsersInGroupRequest.Builder> listUsersInGroupRequest) Given a user pool ID and a group name, returns a list of users in the group.default ListUsersInGroupResponseCognitoIdentityProviderClient.listUsersInGroup(Consumer<ListUsersInGroupRequest.Builder> listUsersInGroupRequest) Given a user pool ID and a group name, returns a list of users in the group.default ListUsersInGroupPublisherCognitoIdentityProviderAsyncClient.listUsersInGroupPaginator(Consumer<ListUsersInGroupRequest.Builder> listUsersInGroupRequest) default ListUsersInGroupIterableCognitoIdentityProviderClient.listUsersInGroupPaginator(Consumer<ListUsersInGroupRequest.Builder> listUsersInGroupRequest) -
Uses of ListUsersInGroupRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ListUsersInGroupRequest.BuilderModifier and TypeMethodDescriptionListUsersInGroupRequest.builder()The name of the group that you want to query for user membership.The maximum number of groups that you want Amazon Cognito to return in the response.This API operation returns a limited number of results.ListUsersInGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListUsersInGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListUsersInGroupRequest.toBuilder()ListUsersInGroupRequest.Builder.userPoolId(String userPoolId) The ID of the user pool where you want to view the membership of the requested group.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type ListUsersInGroupRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListUsersInGroupRequest.Builder>ListUsersInGroupRequest.serializableBuilderClass()