| 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 |
|---|---|
UpdateGroupResult |
AmazonCognitoIdentityProviderClient.updateGroup(UpdateGroupRequest updateGroupRequest)
Updates the specified group with the specified attributes.
|
UpdateGroupResult |
AmazonCognitoIdentityProvider.updateGroup(UpdateGroupRequest updateGroupRequest)
Updates the specified group with the specified attributes.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateGroupRequest |
UpdateGroupRequest.withDescription(String description)
A string containing the new description of the group.
|
UpdateGroupRequest |
UpdateGroupRequest.withGroupName(String groupName)
The name of the group.
|
UpdateGroupRequest |
UpdateGroupRequest.withPrecedence(Integer precedence)
The new precedence value for the group.
|
UpdateGroupRequest |
UpdateGroupRequest.withRoleArn(String roleArn)
The new role ARN for the group.
|
UpdateGroupRequest |
UpdateGroupRequest.withUserPoolId(String userPoolId)
The user pool ID for the user pool.
|
Copyright © 2020. All rights reserved.