| 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<CreateUserPoolClientResult> |
AWSCognitoIdentityProviderAsyncClient.createUserPoolClientAsync(CreateUserPoolClientRequest request,
AsyncHandler<CreateUserPoolClientRequest,CreateUserPoolClientResult> asyncHandler) |
Future<CreateUserPoolClientResult> |
AbstractAWSCognitoIdentityProviderAsync.createUserPoolClientAsync(CreateUserPoolClientRequest request,
AsyncHandler<CreateUserPoolClientRequest,CreateUserPoolClientResult> asyncHandler) |
Future<CreateUserPoolClientResult> |
AWSCognitoIdentityProviderAsync.createUserPoolClientAsync(CreateUserPoolClientRequest createUserPoolClientRequest,
AsyncHandler<CreateUserPoolClientRequest,CreateUserPoolClientResult> asyncHandler)
Creates the user pool client.
|
| Modifier and Type | Method and Description |
|---|---|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.clone() |
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withAllowedOAuthFlows(Collection<String> allowedOAuthFlows)
Set to
code to initiate a code grant flow, which provides an authorization code as the response. |
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withAllowedOAuthFlows(OAuthFlowType... allowedOAuthFlows)
Set to
code to initiate a code grant flow, which provides an authorization code as the response. |
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withAllowedOAuthFlows(String... allowedOAuthFlows)
Set to
code to initiate a code grant flow, which provides an authorization code as the response. |
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withAllowedOAuthFlowsUserPoolClient(Boolean allowedOAuthFlowsUserPoolClient)
Set to
True if the client is allowed to follow the OAuth protocol when interacting with Cognito user
pools. |
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withAllowedOAuthScopes(Collection<String> allowedOAuthScopes)
A list of allowed
OAuth scopes. |
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withAllowedOAuthScopes(String... allowedOAuthScopes)
A list of allowed
OAuth scopes. |
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withAnalyticsConfiguration(AnalyticsConfigurationType analyticsConfiguration)
The Amazon Pinpoint analytics configuration for collecting metrics for this user pool.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withCallbackURLs(Collection<String> callbackURLs)
A list of allowed redirect (callback) URLs for the identity providers.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withCallbackURLs(String... callbackURLs)
A list of allowed redirect (callback) URLs for the identity providers.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withClientName(String clientName)
The client name for the user pool client you would like to create.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withDefaultRedirectURI(String defaultRedirectURI)
The default redirect URI.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withExplicitAuthFlows(Collection<String> explicitAuthFlows)
The explicit authentication flows.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withExplicitAuthFlows(ExplicitAuthFlowsType... explicitAuthFlows)
The explicit authentication flows.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withExplicitAuthFlows(String... explicitAuthFlows)
The explicit authentication flows.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withGenerateSecret(Boolean generateSecret)
Boolean to specify whether you want to generate a secret for the user pool client being created.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withLogoutURLs(Collection<String> logoutURLs)
A list of allowed logout URLs for the identity providers.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withLogoutURLs(String... logoutURLs)
A list of allowed logout URLs for the identity providers.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withReadAttributes(Collection<String> readAttributes)
The read attributes.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withReadAttributes(String... readAttributes)
The read attributes.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withRefreshTokenValidity(Integer refreshTokenValidity)
The time limit, in days, after which the refresh token is no longer valid and cannot be used.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withSupportedIdentityProviders(Collection<String> supportedIdentityProviders)
A list of provider names for the identity providers that are supported on this client.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withSupportedIdentityProviders(String... supportedIdentityProviders)
A list of provider names for the identity providers that are supported on this client.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to create a user pool client.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withWriteAttributes(Collection<String> writeAttributes)
The user pool attributes that the app client can write to.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withWriteAttributes(String... writeAttributes)
The user pool attributes that the app client can write to.
|
Copyright © 2019. All rights reserved.