Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.UICustomizationType.Builder
Packages that use UICustomizationType.Builder
-
Uses of UICustomizationType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UICustomizationType.BuilderModifier and TypeMethodDescriptionstatic UICustomizationType.BuilderUICustomizationType.builder()The app client ID for your UI customization.UICustomizationType.Builder.creationDate(Instant creationDate) The date and time when the item was created.The CSS values in the UI customization.UICustomizationType.Builder.cssVersion(String cssVersion) The CSS version number.A URL path to the hosted logo image of your UI customization.UICustomizationType.Builder.lastModifiedDate(Instant lastModifiedDate) The date and time when the item was modified.UICustomizationType.toBuilder()UICustomizationType.Builder.userPoolId(String userPoolId) The ID of the user pool with hosted UI customizations.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type UICustomizationType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UICustomizationType.Builder>UICustomizationType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type UICustomizationType.BuilderModifier and TypeMethodDescriptionGetUiCustomizationResponse.Builder.uiCustomization(Consumer<UICustomizationType.Builder> uiCustomization) Information about the classic hosted UI custom CSS and logo-image branding that you applied to the user pool or app client.SetUiCustomizationResponse.Builder.uiCustomization(Consumer<UICustomizationType.Builder> uiCustomization) Information about the hosted UI branding that you applied.