| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
| Modifier and Type | Method and Description |
|---|---|
default GetUiCustomizationResponse |
CognitoIdentityProviderClient.getUICustomization(Consumer<GetUiCustomizationRequest.Builder> getUiCustomizationRequest)
Gets the UI Customization information for a particular app client's app UI, if there is something set.
|
default GetUiCustomizationResponse |
CognitoIdentityProviderClient.getUICustomization(GetUiCustomizationRequest getUiCustomizationRequest)
Gets the UI Customization information for a particular app client's app UI, if there is something set.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetUiCustomizationResponse> |
CognitoIdentityProviderAsyncClient.getUICustomization(Consumer<GetUiCustomizationRequest.Builder> getUiCustomizationRequest)
Gets the UI Customization information for a particular app client's app UI, if there is something set.
|
default CompletableFuture<GetUiCustomizationResponse> |
CognitoIdentityProviderAsyncClient.getUICustomization(GetUiCustomizationRequest getUiCustomizationRequest)
Gets the UI Customization information for a particular app client's app UI, if there is something set.
|
Copyright © 2021. All rights reserved.