Package | Description |
---|---|
com.amazonaws.services.cognitoidp |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
com.amazonaws.services.cognitoidp.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateResourceServerResult> |
AWSCognitoIdentityProviderAsyncClient.updateResourceServerAsync(UpdateResourceServerRequest request,
AsyncHandler<UpdateResourceServerRequest,UpdateResourceServerResult> asyncHandler) |
Future<UpdateResourceServerResult> |
AbstractAWSCognitoIdentityProviderAsync.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.
|
Modifier and Type | Method and Description |
---|---|
UpdateResourceServerRequest |
UpdateResourceServerRequest.clone() |
UpdateResourceServerRequest |
UpdateResourceServerRequest.withIdentifier(String identifier)
The 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 © 2021. All rights reserved.