| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidentityprovider |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
| com.amazonaws.services.cognitoidentityprovider.model |
Classes modeling the various types represented by AmazonCognitoIdentityProvider
|
| Modifier and Type | Method and Description |
|---|---|
CreateGroupResult |
AmazonCognitoIdentityProviderClient.createGroup(CreateGroupRequest createGroupRequest)
Creates a new group in the specified user pool.
|
CreateGroupResult |
AmazonCognitoIdentityProvider.createGroup(CreateGroupRequest createGroupRequest)
Creates a new group in the specified user pool.
|
| Modifier and Type | Method and Description |
|---|---|
CreateGroupRequest |
CreateGroupRequest.withDescription(String description)
A string containing the description of the group.
|
CreateGroupRequest |
CreateGroupRequest.withGroupName(String groupName)
The name of the group.
|
CreateGroupRequest |
CreateGroupRequest.withPrecedence(Integer precedence)
A nonnegative integer value that specifies the precedence of this group
relative to the other groups that a user can belong to in the user pool.
|
CreateGroupRequest |
CreateGroupRequest.withRoleArn(String roleArn)
The role ARN for the group.
|
CreateGroupRequest |
CreateGroupRequest.withUserPoolId(String userPoolId)
The user pool ID for the user pool.
|
Copyright © 2020. All rights reserved.