| 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 |
|---|---|
GetUICustomizationResult |
AbstractAWSCognitoIdentityProvider.getUICustomization(GetUICustomizationRequest request) |
GetUICustomizationResult |
AWSCognitoIdentityProviderClient.getUICustomization(GetUICustomizationRequest request)
Gets the user interface (UI) Customization information for a particular app client's app UI, if any such
information exists for the client.
|
GetUICustomizationResult |
AWSCognitoIdentityProvider.getUICustomization(GetUICustomizationRequest getUICustomizationRequest)
Gets the user interface (UI) Customization information for a particular app client's app UI, if any such
information exists for the client.
|
Future<GetUICustomizationResult> |
AWSCognitoIdentityProviderAsyncClient.getUICustomizationAsync(GetUICustomizationRequest request) |
Future<GetUICustomizationResult> |
AbstractAWSCognitoIdentityProviderAsync.getUICustomizationAsync(GetUICustomizationRequest request) |
Future<GetUICustomizationResult> |
AWSCognitoIdentityProviderAsync.getUICustomizationAsync(GetUICustomizationRequest getUICustomizationRequest)
Gets the user interface (UI) Customization information for a particular app client's app UI, if any such
information exists for the client.
|
Future<GetUICustomizationResult> |
AWSCognitoIdentityProviderAsyncClient.getUICustomizationAsync(GetUICustomizationRequest request,
AsyncHandler<GetUICustomizationRequest,GetUICustomizationResult> asyncHandler) |
Future<GetUICustomizationResult> |
AbstractAWSCognitoIdentityProviderAsync.getUICustomizationAsync(GetUICustomizationRequest request,
AsyncHandler<GetUICustomizationRequest,GetUICustomizationResult> asyncHandler) |
Future<GetUICustomizationResult> |
AWSCognitoIdentityProviderAsync.getUICustomizationAsync(GetUICustomizationRequest getUICustomizationRequest,
AsyncHandler<GetUICustomizationRequest,GetUICustomizationResult> asyncHandler)
Gets the user interface (UI) Customization information for a particular app client's app UI, if any such
information exists for the client.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetUICustomizationResult> |
AWSCognitoIdentityProviderAsyncClient.getUICustomizationAsync(GetUICustomizationRequest request,
AsyncHandler<GetUICustomizationRequest,GetUICustomizationResult> asyncHandler) |
Future<GetUICustomizationResult> |
AbstractAWSCognitoIdentityProviderAsync.getUICustomizationAsync(GetUICustomizationRequest request,
AsyncHandler<GetUICustomizationRequest,GetUICustomizationResult> asyncHandler) |
Future<GetUICustomizationResult> |
AWSCognitoIdentityProviderAsync.getUICustomizationAsync(GetUICustomizationRequest getUICustomizationRequest,
AsyncHandler<GetUICustomizationRequest,GetUICustomizationResult> asyncHandler)
Gets the user interface (UI) Customization information for a particular app client's app UI, if any such
information exists for the client.
|
| Modifier and Type | Method and Description |
|---|---|
GetUICustomizationRequest |
GetUICustomizationRequest.clone() |
GetUICustomizationRequest |
GetUICustomizationRequest.withClientId(String clientId)
The client ID for the client app.
|
GetUICustomizationRequest |
GetUICustomizationRequest.withUserPoolId(String userPoolId)
The user pool ID for the user pool.
|
Copyright © 2023. All rights reserved.