| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
| software.amazon.awssdk.services.cognitoidentityprovider.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListUsersInGroupResponse |
CognitoIdentityProviderClient.listUsersInGroup(Consumer<ListUsersInGroupRequest.Builder> listUsersInGroupRequest)
Lists the users in the specified group.
|
default ListUsersInGroupResponse |
CognitoIdentityProviderClient.listUsersInGroup(ListUsersInGroupRequest listUsersInGroupRequest)
Lists the users in the specified group.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListUsersInGroupResponse> |
CognitoIdentityProviderAsyncClient.listUsersInGroup(Consumer<ListUsersInGroupRequest.Builder> listUsersInGroupRequest)
Lists the users in the specified group.
|
default CompletableFuture<ListUsersInGroupResponse> |
CognitoIdentityProviderAsyncClient.listUsersInGroup(ListUsersInGroupRequest listUsersInGroupRequest)
Lists the users in the specified group.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListUsersInGroupResponse> |
ListUsersInGroupIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListUsersInGroupPublisher.subscribe(org.reactivestreams.Subscriber<? super ListUsersInGroupResponse> subscriber) |
Copyright © 2020. All rights reserved.