| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
UserPoolClientType |
UserPoolClientType.clone() |
UserPoolClientType |
CreateUserPoolClientResult.getUserPoolClient()
The user pool client that was just created.
|
UserPoolClientType |
UpdateUserPoolClientResult.getUserPoolClient()
The user pool client value from the response from the server when an update user pool client request is made.
|
UserPoolClientType |
DescribeUserPoolClientResult.getUserPoolClient()
The user pool client from a server response to describe the user pool client.
|
UserPoolClientType |
UserPoolClientType.withAllowedOAuthFlows(Collection<String> allowedOAuthFlows)
The allowed OAuth flows.
|
UserPoolClientType |
UserPoolClientType.withAllowedOAuthFlows(OAuthFlowType... allowedOAuthFlows)
The allowed OAuth flows.
|
UserPoolClientType |
UserPoolClientType.withAllowedOAuthFlows(String... allowedOAuthFlows)
The allowed OAuth flows.
|
UserPoolClientType |
UserPoolClientType.withAllowedOAuthFlowsUserPoolClient(Boolean allowedOAuthFlowsUserPoolClient)
Set to true if the client is allowed to follow the OAuth protocol when interacting with Cognito user pools.
|
UserPoolClientType |
UserPoolClientType.withAllowedOAuthScopes(Collection<String> allowedOAuthScopes)
The allowed OAuth scopes.
|
UserPoolClientType |
UserPoolClientType.withAllowedOAuthScopes(String... allowedOAuthScopes)
The allowed OAuth scopes.
|
UserPoolClientType |
UserPoolClientType.withAnalyticsConfiguration(AnalyticsConfigurationType analyticsConfiguration)
The Amazon Pinpoint analytics configuration for the user pool client.
|
UserPoolClientType |
UserPoolClientType.withCallbackURLs(Collection<String> callbackURLs)
A list of allowed redirect (callback) URLs for the identity providers.
|
UserPoolClientType |
UserPoolClientType.withCallbackURLs(String... callbackURLs)
A list of allowed redirect (callback) URLs for the identity providers.
|
UserPoolClientType |
UserPoolClientType.withClientId(String clientId)
The ID of the client associated with the user pool.
|
UserPoolClientType |
UserPoolClientType.withClientName(String clientName)
The client name from the user pool request of the client type.
|
UserPoolClientType |
UserPoolClientType.withClientSecret(String clientSecret)
The client secret from the user pool request of the client type.
|
UserPoolClientType |
UserPoolClientType.withCreationDate(Date creationDate)
The date the user pool client was created.
|
UserPoolClientType |
UserPoolClientType.withDefaultRedirectURI(String defaultRedirectURI)
The default redirect URI.
|
UserPoolClientType |
UserPoolClientType.withExplicitAuthFlows(Collection<String> explicitAuthFlows)
The authentication flows that are supported by the user pool clients.
|
UserPoolClientType |
UserPoolClientType.withExplicitAuthFlows(ExplicitAuthFlowsType... explicitAuthFlows)
The authentication flows that are supported by the user pool clients.
|
UserPoolClientType |
UserPoolClientType.withExplicitAuthFlows(String... explicitAuthFlows)
The authentication flows that are supported by the user pool clients.
|
UserPoolClientType |
UserPoolClientType.withLastModifiedDate(Date lastModifiedDate)
The date the user pool client was last modified.
|
UserPoolClientType |
UserPoolClientType.withLogoutURLs(Collection<String> logoutURLs)
A list of allowed logout URLs for the identity providers.
|
UserPoolClientType |
UserPoolClientType.withLogoutURLs(String... logoutURLs)
A list of allowed logout URLs for the identity providers.
|
UserPoolClientType |
UserPoolClientType.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.
|
UserPoolClientType |
UserPoolClientType.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.
|
UserPoolClientType |
UserPoolClientType.withReadAttributes(Collection<String> readAttributes)
The Read-only attributes.
|
UserPoolClientType |
UserPoolClientType.withReadAttributes(String... readAttributes)
The Read-only attributes.
|
UserPoolClientType |
UserPoolClientType.withRefreshTokenValidity(Integer refreshTokenValidity)
The time limit, in days, after which the refresh token is no longer valid and cannot be used.
|
UserPoolClientType |
UserPoolClientType.withSupportedIdentityProviders(Collection<String> supportedIdentityProviders)
A list of provider names for the identity providers that are supported on this client.
|
UserPoolClientType |
UserPoolClientType.withSupportedIdentityProviders(String... supportedIdentityProviders)
A list of provider names for the identity providers that are supported on this client.
|
UserPoolClientType |
UserPoolClientType.withUserPoolId(String userPoolId)
The user pool ID for the user pool client.
|
UserPoolClientType |
UserPoolClientType.withWriteAttributes(Collection<String> writeAttributes)
The writeable attributes.
|
UserPoolClientType |
UserPoolClientType.withWriteAttributes(String... writeAttributes)
The writeable attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateUserPoolClientResult.setUserPoolClient(UserPoolClientType userPoolClient)
The user pool client that was just created.
|
void |
UpdateUserPoolClientResult.setUserPoolClient(UserPoolClientType userPoolClient)
The user pool client value from the response from the server when an update user pool client request is made.
|
void |
DescribeUserPoolClientResult.setUserPoolClient(UserPoolClientType userPoolClient)
The user pool client from a server response to describe the user pool client.
|
CreateUserPoolClientResult |
CreateUserPoolClientResult.withUserPoolClient(UserPoolClientType userPoolClient)
The user pool client that was just created.
|
UpdateUserPoolClientResult |
UpdateUserPoolClientResult.withUserPoolClient(UserPoolClientType userPoolClient)
The user pool client value from the response from the server when an update user pool client request is made.
|
DescribeUserPoolClientResult |
DescribeUserPoolClientResult.withUserPoolClient(UserPoolClientType userPoolClient)
The user pool client from a server response to describe the user pool client.
|
Copyright © 2020. All rights reserved.