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 |
---|---|
UpdateResourceServerResult |
AWSCognitoIdentityProvider.updateResourceServer(UpdateResourceServerRequest updateResourceServerRequest)
Updates the name and scopes of resource server.
|
UpdateResourceServerResult |
AbstractAWSCognitoIdentityProvider.updateResourceServer(UpdateResourceServerRequest request) |
UpdateResourceServerResult |
AWSCognitoIdentityProviderClient.updateResourceServer(UpdateResourceServerRequest request)
Updates the name and scopes of resource server.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateResourceServerResult> |
AWSCognitoIdentityProviderAsync.updateResourceServerAsync(UpdateResourceServerRequest updateResourceServerRequest,
AsyncHandler<UpdateResourceServerRequest,UpdateResourceServerResult> asyncHandler)
Updates the name and scopes of resource server.
|
Future<UpdateResourceServerResult> |
AWSCognitoIdentityProviderAsyncClient.updateResourceServerAsync(UpdateResourceServerRequest request,
AsyncHandler<UpdateResourceServerRequest,UpdateResourceServerResult> asyncHandler) |
Future<UpdateResourceServerResult> |
AbstractAWSCognitoIdentityProviderAsync.updateResourceServerAsync(UpdateResourceServerRequest request,
AsyncHandler<UpdateResourceServerRequest,UpdateResourceServerResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateResourceServerResult |
UpdateResourceServerResult.clone() |
UpdateResourceServerResult |
UpdateResourceServerResult.withResourceServer(ResourceServerType resourceServer)
The resource server.
|
Copyright © 2019. All rights reserved.