| 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> |
AbstractAWSCognitoIdentityProviderAsync.updateUserPoolClientAsync(UpdateUserPoolClientRequest request,
AsyncHandler<UpdateUserPoolClientRequest,UpdateUserPoolClientResult> asyncHandler) |
Future<UpdateUserPoolClientResult> |
AWSCognitoIdentityProviderAsyncClient.updateUserPoolClientAsync(UpdateUserPoolClientRequest request,
AsyncHandler<UpdateUserPoolClientRequest,UpdateUserPoolClientResult> asyncHandler) |
Future<UpdateUserPoolClientResult> |
AWSCognitoIdentityProviderAsync.updateUserPoolClientAsync(UpdateUserPoolClientRequest updateUserPoolClientRequest,
AsyncHandler<UpdateUserPoolClientRequest,UpdateUserPoolClientResult> asyncHandler)
Updates the specified user pool app client with the specified attributes.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.clone() |
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withAccessTokenValidity(Integer accessTokenValidity)
The access token time limit.
|
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 Amazon 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 necessary to collect metrics for this user pool.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withAuthSessionValidity(Integer authSessionValidity)
Amazon Cognito creates a session token for each API request in an authentication flow.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withCallbackURLs(Collection<String> callbackURLs)
A list of allowed redirect (callback) URLs for the IdPs.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withCallbackURLs(String... callbackURLs)
A list of allowed redirect (callback) URLs for the IdPs.
|
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.withEnablePropagateAdditionalUserContextData(Boolean enablePropagateAdditionalUserContextData)
Activates the propagation of additional user context data.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withEnableTokenRevocation(Boolean enableTokenRevocation)
Activates or deactivates token revocation.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withExplicitAuthFlows(Collection<String> explicitAuthFlows)
The authentication flows that you want your user pool client to support.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withExplicitAuthFlows(ExplicitAuthFlowsType... explicitAuthFlows)
The authentication flows that you want your user pool client to support.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withExplicitAuthFlows(String... explicitAuthFlows)
The authentication flows that you want your user pool client to support.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withIdTokenValidity(Integer idTokenValidity)
The ID token time limit.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withLogoutURLs(Collection<String> logoutURLs)
A list of allowed logout URLs for the IdPs.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withLogoutURLs(String... logoutURLs)
A list of allowed logout URLs for the IdPs.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withPreventUserExistenceErrors(PreventUserExistenceErrorTypes preventUserExistenceErrors)
Errors and responses that you want Amazon Cognito APIs to return during authentication, account confirmation, and
password recovery when the user doesn't exist in the user pool.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withPreventUserExistenceErrors(String preventUserExistenceErrors)
Errors and responses that you want Amazon Cognito APIs to return during authentication, account confirmation, and
password recovery when the user doesn't 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 refresh token time limit.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withSupportedIdentityProviders(Collection<String> supportedIdentityProviders)
A list of provider names for the IdPs that this client supports.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withSupportedIdentityProviders(String... supportedIdentityProviders)
A list of provider names for the IdPs that this client supports.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withTokenValidityUnits(TokenValidityUnitsType tokenValidityUnits)
The units in which the validity times are represented.
|
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 © 2023. All rights reserved.