| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider |
With the Amazon Cognito user pools API, you can set up user pools and app clients, and authenticate users.
|
| Modifier and Type | Method and Description |
|---|---|
default GetGroupResponse |
CognitoIdentityProviderClient.getGroup(Consumer<GetGroupRequest.Builder> getGroupRequest)
Gets a group.
|
default GetGroupResponse |
CognitoIdentityProviderClient.getGroup(GetGroupRequest getGroupRequest)
Gets a group.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetGroupResponse> |
CognitoIdentityProviderAsyncClient.getGroup(Consumer<GetGroupRequest.Builder> getGroupRequest)
Gets a group.
|
default CompletableFuture<GetGroupResponse> |
CognitoIdentityProviderAsyncClient.getGroup(GetGroupRequest getGroupRequest)
Gets a group.
|
Copyright © 2023. All rights reserved.