| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp |
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateGroupResult |
AbstractAWSCognitoIdentityProvider.updateGroup(UpdateGroupRequest request) |
UpdateGroupResult |
AWSCognitoIdentityProvider.updateGroup(UpdateGroupRequest updateGroupRequest)
Updates the specified group with the specified attributes.
|
UpdateGroupResult |
AWSCognitoIdentityProviderClient.updateGroup(UpdateGroupRequest request)
Updates the specified group with the specified attributes.
|
Future<UpdateGroupResult> |
AWSCognitoIdentityProviderAsyncClient.updateGroupAsync(UpdateGroupRequest request) |
Future<UpdateGroupResult> |
AWSCognitoIdentityProviderAsync.updateGroupAsync(UpdateGroupRequest updateGroupRequest)
Updates the specified group with the specified attributes.
|
Future<UpdateGroupResult> |
AbstractAWSCognitoIdentityProviderAsync.updateGroupAsync(UpdateGroupRequest request) |
Future<UpdateGroupResult> |
AWSCognitoIdentityProviderAsyncClient.updateGroupAsync(UpdateGroupRequest request,
AsyncHandler<UpdateGroupRequest,UpdateGroupResult> asyncHandler) |
Future<UpdateGroupResult> |
AWSCognitoIdentityProviderAsync.updateGroupAsync(UpdateGroupRequest updateGroupRequest,
AsyncHandler<UpdateGroupRequest,UpdateGroupResult> asyncHandler)
Updates the specified group with the specified attributes.
|
Future<UpdateGroupResult> |
AbstractAWSCognitoIdentityProviderAsync.updateGroupAsync(UpdateGroupRequest request,
AsyncHandler<UpdateGroupRequest,UpdateGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateGroupResult> |
AWSCognitoIdentityProviderAsyncClient.updateGroupAsync(UpdateGroupRequest request,
AsyncHandler<UpdateGroupRequest,UpdateGroupResult> asyncHandler) |
Future<UpdateGroupResult> |
AWSCognitoIdentityProviderAsync.updateGroupAsync(UpdateGroupRequest updateGroupRequest,
AsyncHandler<UpdateGroupRequest,UpdateGroupResult> asyncHandler)
Updates the specified group with the specified attributes.
|
Future<UpdateGroupResult> |
AbstractAWSCognitoIdentityProviderAsync.updateGroupAsync(UpdateGroupRequest request,
AsyncHandler<UpdateGroupRequest,UpdateGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateGroupRequest |
UpdateGroupRequest.clone() |
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 Amazon Resource Name (ARN) for the group.
|
UpdateGroupRequest |
UpdateGroupRequest.withUserPoolId(String userPoolId)
The user pool ID for the user pool.
|
Copyright © 2025. All rights reserved.