| 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 |
|---|---|
UpdateUserPoolClientResult |
AmazonCognitoIdentityProviderClient.updateUserPoolClient(UpdateUserPoolClientRequest updateUserPoolClientRequest)
Updates the specified user pool app client with the specified attributes.
|
UpdateUserPoolClientResult |
AmazonCognitoIdentityProvider.updateUserPoolClient(UpdateUserPoolClientRequest updateUserPoolClientRequest)
Updates the specified user pool app client with the specified attributes.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withAllowedOAuthFlows(Collection<String> 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.withExplicitAuthFlows(Collection<String> 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.