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.withAccessTokenValidity(Integer accessTokenValidity)
The time limit, after which the access token is no longer valid and cannot be used.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withAllowedOAuthFlows(Collection<String> allowedOAuthFlows)
The allowed OAuth flows.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withAllowedOAuthFlows(OAuthFlowType... allowedOAuthFlows)
The allowed OAuth flows.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withAllowedOAuthFlows(String... allowedOAuthFlows)
The allowed OAuth flows.
|
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)
The allowed OAuth scopes.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withAllowedOAuthScopes(String... allowedOAuthScopes)
The 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.withEnableTokenRevocation(Boolean enableTokenRevocation)
Enables or disables token revocation.
|
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.withIdTokenValidity(Integer idTokenValidity)
The time limit, after which the ID token is no longer valid and cannot be used.
|
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.withTokenValidityUnits(TokenValidityUnitsType tokenValidityUnits)
The units in which the validity times are represented in.
|
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 © 2021. All rights reserved.