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.
|
Modifier and Type | Method and Description |
---|---|
default CreateGroupResponse |
CognitoIdentityProviderClient.createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest)
Creates a new group in the specified user pool.
|
default CreateGroupResponse |
CognitoIdentityProviderClient.createGroup(CreateGroupRequest createGroupRequest)
Creates a new group in the specified user pool.
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<CreateGroupResponse> |
CognitoIdentityProviderAsyncClient.createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest)
Creates a new group in the specified user pool.
|
default CompletableFuture<CreateGroupResponse> |
CognitoIdentityProviderAsyncClient.createGroup(CreateGroupRequest createGroupRequest)
Creates a new group in the specified user pool.
|
Copyright © 2020. All rights reserved.