| 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<UpdateUserPoolClientResult> |
AWSCognitoIdentityProviderAsync.updateUserPoolClientAsync(UpdateUserPoolClientRequest updateUserPoolClientRequest,
AsyncHandler<UpdateUserPoolClientRequest,UpdateUserPoolClientResult> asyncHandler)
Updates the specified user pool app client with the specified attributes.
|
Future<UpdateUserPoolClientResult> |
AWSCognitoIdentityProviderAsyncClient.updateUserPoolClientAsync(UpdateUserPoolClientRequest request,
AsyncHandler<UpdateUserPoolClientRequest,UpdateUserPoolClientResult> asyncHandler) |
Future<UpdateUserPoolClientResult> |
AbstractAWSCognitoIdentityProviderAsync.updateUserPoolClientAsync(UpdateUserPoolClientRequest request,
AsyncHandler<UpdateUserPoolClientRequest,UpdateUserPoolClientResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.clone() |
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withAllowedOAuthFlows(Collection<String> allowedOAuthFlows)
Set to
code to initiate a code grant flow, which provides an authorization code as the response. |
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withAllowedOAuthFlows(OAuthFlowType... allowedOAuthFlows)
Set to
code to initiate a code grant flow, which provides an authorization code as the response. |
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withAllowedOAuthFlows(String... allowedOAuthFlows)
Set to
code to initiate a code grant flow, which provides an authorization code as the response. |
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withAllowedOAuthFlowsUserPoolClient(Boolean allowedOAuthFlowsUserPoolClient)
Set to TRUE if the client is allowed to follow the OAuth protocol when interacting with Cognito user pools.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withAllowedOAuthScopes(Collection<String> allowedOAuthScopes)
A list of allowed
OAuth scopes. |
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withAllowedOAuthScopes(String... allowedOAuthScopes)
A list of allowed
OAuth scopes. |
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withAnalyticsConfiguration(AnalyticsConfigurationType analyticsConfiguration)
The Amazon Pinpoint analytics configuration for collecting metrics for this user pool.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withCallbackURLs(Collection<String> callbackURLs)
A list of allowed redirect (callback) URLs for the identity providers.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withCallbackURLs(String... callbackURLs)
A list of allowed redirect (callback) URLs for the identity providers.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withClientId(String clientId)
The ID of the client associated with the user pool.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withClientName(String clientName)
The client name from the update user pool client request.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withDefaultRedirectURI(String defaultRedirectURI)
The default redirect URI.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withExplicitAuthFlows(Collection<String> explicitAuthFlows)
The authentication flows that are supported by the user pool clients.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withExplicitAuthFlows(ExplicitAuthFlowsType... explicitAuthFlows)
The authentication flows that are supported by the user pool clients.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withExplicitAuthFlows(String... explicitAuthFlows)
The authentication flows that are supported by the user pool clients.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withLogoutURLs(Collection<String> logoutURLs)
A list of allowed logout URLs for the identity providers.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withLogoutURLs(String... logoutURLs)
A list of allowed logout URLs for the identity providers.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withPreventUserExistenceErrors(PreventUserExistenceErrorTypes preventUserExistenceErrors)
Use this setting to choose which errors and responses are returned by Cognito APIs during authentication, account
confirmation, and password recovery when the user does not exist in the user pool.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withPreventUserExistenceErrors(String preventUserExistenceErrors)
Use this setting to choose which errors and responses are returned by Cognito APIs during authentication, account
confirmation, and password recovery when the user does not exist in the user pool.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withReadAttributes(Collection<String> readAttributes)
The read-only attributes of the user pool.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withReadAttributes(String... readAttributes)
The read-only attributes of the user pool.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withRefreshTokenValidity(Integer refreshTokenValidity)
The time limit, in days, after which the refresh token is no longer valid and cannot be used.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withSupportedIdentityProviders(Collection<String> supportedIdentityProviders)
A list of provider names for the identity providers that are supported on this client.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withSupportedIdentityProviders(String... supportedIdentityProviders)
A list of provider names for the identity providers that are supported on this client.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to update the user pool client.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withWriteAttributes(Collection<String> writeAttributes)
The writeable attributes of the user pool.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withWriteAttributes(String... writeAttributes)
The writeable attributes of the user pool.
|
Copyright © 2020. All rights reserved.