| 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 |
|---|---|
SetUICustomizationResult |
AmazonCognitoIdentityProviderClient.setUICustomization(SetUICustomizationRequest setUICustomizationRequest)
Sets the UI customization information for a user pool's built-in app UI.
|
SetUICustomizationResult |
AmazonCognitoIdentityProvider.setUICustomization(SetUICustomizationRequest setUICustomizationRequest)
Sets the UI customization information for a user pool's built-in app UI.
|
| Modifier and Type | Method and Description |
|---|---|
SetUICustomizationRequest |
SetUICustomizationRequest.withClientId(String clientId)
The client ID for the client app.
|
SetUICustomizationRequest |
SetUICustomizationRequest.withCSS(String cSS)
The CSS values in the UI customization.
|
SetUICustomizationRequest |
SetUICustomizationRequest.withImageFile(ByteBuffer imageFile)
The uploaded logo image for the UI customization.
|
SetUICustomizationRequest |
SetUICustomizationRequest.withUserPoolId(String userPoolId)
The user pool ID for the user pool.
|
Copyright © 2020. All rights reserved.