Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ListUsersInGroupResponse
Packages that use ListUsersInGroupResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of ListUsersInGroupResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return ListUsersInGroupResponseModifier and TypeMethodDescriptiondefault ListUsersInGroupResponseCognitoIdentityProviderClient.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(ListUsersInGroupRequest listUsersInGroupRequest) Given a user pool ID and a group name, returns a list of users in the group.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type ListUsersInGroupResponseModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.listUsersInGroup(Consumer<ListUsersInGroupRequest.Builder> listUsersInGroupRequest) Given a user pool ID and a group name, returns a list of users in the group.CognitoIdentityProviderAsyncClient.listUsersInGroup(ListUsersInGroupRequest listUsersInGroupRequest) Given a user pool ID and a group name, returns a list of users in the group. -
Uses of ListUsersInGroupResponse in software.amazon.awssdk.services.cognitoidentityprovider.paginators
Methods in software.amazon.awssdk.services.cognitoidentityprovider.paginators that return types with arguments of type ListUsersInGroupResponseMethod parameters in software.amazon.awssdk.services.cognitoidentityprovider.paginators with type arguments of type ListUsersInGroupResponseModifier and TypeMethodDescriptionvoidListUsersInGroupPublisher.subscribe(org.reactivestreams.Subscriber<? super ListUsersInGroupResponse> subscriber)