| 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 |
|---|---|
UpdateResourceServerResult |
AmazonCognitoIdentityProviderClient.updateResourceServer(UpdateResourceServerRequest updateResourceServerRequest)
Updates the name and scopes of resource server.
|
UpdateResourceServerResult |
AmazonCognitoIdentityProvider.updateResourceServer(UpdateResourceServerRequest updateResourceServerRequest)
Updates the name and scopes of resource server.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2020. All rights reserved.