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 |
---|---|
Future<UpdateResourceServerResult> |
AWSCognitoIdentityProviderAsyncClient.updateResourceServerAsync(UpdateResourceServerRequest request,
AsyncHandler<UpdateResourceServerRequest,UpdateResourceServerResult> asyncHandler) |
Future<UpdateResourceServerResult> |
AWSCognitoIdentityProviderAsync.updateResourceServerAsync(UpdateResourceServerRequest updateResourceServerRequest,
AsyncHandler<UpdateResourceServerRequest,UpdateResourceServerResult> asyncHandler)
Updates the name and scopes of resource server.
|
Future<UpdateResourceServerResult> |
AbstractAWSCognitoIdentityProviderAsync.updateResourceServerAsync(UpdateResourceServerRequest request,
AsyncHandler<UpdateResourceServerRequest,UpdateResourceServerResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateResourceServerRequest |
UpdateResourceServerRequest.clone() |
UpdateResourceServerRequest |
UpdateResourceServerRequest.withIdentifier(String identifier)
A unique resource server identifier for the resource server.
|
UpdateResourceServerRequest |
UpdateResourceServerRequest.withName(String name)
The name of the resource server.
|
UpdateResourceServerRequest |
UpdateResourceServerRequest.withScopes(Collection<ResourceServerScopeType> scopes)
The scope values to be set for the resource server.
|
UpdateResourceServerRequest |
UpdateResourceServerRequest.withScopes(ResourceServerScopeType... scopes)
The scope values to be set for the resource server.
|
UpdateResourceServerRequest |
UpdateResourceServerRequest.withUserPoolId(String userPoolId)
The user pool ID for the user pool.
|
Copyright © 2024. All rights reserved.