Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.UICustomizationType
-
Packages that use UICustomizationType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of UICustomizationType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UICustomizationType Modifier and Type Method Description UICustomizationTypeGetUiCustomizationResponse. uiCustomization()Information about the classic hosted UI custom CSS and logo-image branding that you applied to the user pool or app client.UICustomizationTypeSetUiCustomizationResponse. uiCustomization()Information about the hosted UI branding that you applied.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type UICustomizationType Modifier and Type Method Description GetUiCustomizationResponse.BuilderGetUiCustomizationResponse.Builder. uiCustomization(UICustomizationType uiCustomization)Information about the classic hosted UI custom CSS and logo-image branding that you applied to the user pool or app client.SetUiCustomizationResponse.BuilderSetUiCustomizationResponse.Builder. uiCustomization(UICustomizationType uiCustomization)Information about the hosted UI branding that you applied.
-