| 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 |
|---|---|
CreateResourceServerResult |
AmazonCognitoIdentityProviderClient.createResourceServer(CreateResourceServerRequest createResourceServerRequest)
Creates a new OAuth2.0 resource server and defines custom scopes in it.
|
CreateResourceServerResult |
AmazonCognitoIdentityProvider.createResourceServer(CreateResourceServerRequest createResourceServerRequest)
Creates a new OAuth2.0 resource server and defines custom scopes in it.
|
| Modifier and Type | Method and Description |
|---|---|
CreateResourceServerRequest |
CreateResourceServerRequest.withIdentifier(String identifier)
A unique resource server identifier for the resource server.
|
CreateResourceServerRequest |
CreateResourceServerRequest.withName(String name)
A friendly name for the resource server.
|
CreateResourceServerRequest |
CreateResourceServerRequest.withScopes(Collection<ResourceServerScopeType> scopes)
A list of scopes.
|
CreateResourceServerRequest |
CreateResourceServerRequest.withScopes(ResourceServerScopeType... scopes)
A list of scopes.
|
CreateResourceServerRequest |
CreateResourceServerRequest.withUserPoolId(String userPoolId)
The user pool ID for the user pool.
|
Copyright © 2020. All rights reserved.