| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp |
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
SetUICustomizationResult |
AWSCognitoIdentityProviderClient.setUICustomization(SetUICustomizationRequest request)
Sets the user interface (UI) customization information for a user pool's built-in app UI.
|
SetUICustomizationResult |
AWSCognitoIdentityProvider.setUICustomization(SetUICustomizationRequest setUICustomizationRequest)
Sets the user interface (UI) customization information for a user pool's built-in app UI.
|
SetUICustomizationResult |
AbstractAWSCognitoIdentityProvider.setUICustomization(SetUICustomizationRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<SetUICustomizationResult> |
AWSCognitoIdentityProviderAsyncClient.setUICustomizationAsync(SetUICustomizationRequest request,
AsyncHandler<SetUICustomizationRequest,SetUICustomizationResult> asyncHandler) |
Future<SetUICustomizationResult> |
AWSCognitoIdentityProviderAsync.setUICustomizationAsync(SetUICustomizationRequest setUICustomizationRequest,
AsyncHandler<SetUICustomizationRequest,SetUICustomizationResult> asyncHandler)
Sets the user interface (UI) customization information for a user pool's built-in app UI.
|
Future<SetUICustomizationResult> |
AbstractAWSCognitoIdentityProviderAsync.setUICustomizationAsync(SetUICustomizationRequest request,
AsyncHandler<SetUICustomizationRequest,SetUICustomizationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SetUICustomizationResult |
SetUICustomizationResult.clone() |
SetUICustomizationResult |
SetUICustomizationResult.withUICustomization(UICustomizationType uICustomization)
The UI customization information.
|
Copyright © 2024. All rights reserved.