Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.ManagedLoginBrandingType.Builder
Packages that use ManagedLoginBrandingType.Builder
-
Uses of ManagedLoginBrandingType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ManagedLoginBrandingType.BuilderModifier and TypeMethodDescriptionManagedLoginBrandingType.Builder.assets(Collection<AssetType> assets) An array of image files that you want to apply to roles like backgrounds, logos, and icons.ManagedLoginBrandingType.Builder.assets(Consumer<AssetType.Builder>... assets) An array of image files that you want to apply to roles like backgrounds, logos, and icons.An array of image files that you want to apply to roles like backgrounds, logos, and icons.ManagedLoginBrandingType.builder()ManagedLoginBrandingType.Builder.creationDate(Instant creationDate) The date and time when the item was created.ManagedLoginBrandingType.Builder.lastModifiedDate(Instant lastModifiedDate) The date and time when the item was modified.ManagedLoginBrandingType.Builder.managedLoginBrandingId(String managedLoginBrandingId) The ID of the managed login branding style.A JSON file, encoded as aDocumenttype, with the the settings that you want to apply to your style.ManagedLoginBrandingType.toBuilder()ManagedLoginBrandingType.Builder.useCognitoProvidedValues(Boolean useCognitoProvidedValues) When true, applies the default branding style options.ManagedLoginBrandingType.Builder.userPoolId(String userPoolId) The user pool where the branding style is assigned.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type ManagedLoginBrandingType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ManagedLoginBrandingType.Builder>ManagedLoginBrandingType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type ManagedLoginBrandingType.BuilderModifier and TypeMethodDescriptionCreateManagedLoginBrandingResponse.Builder.managedLoginBranding(Consumer<ManagedLoginBrandingType.Builder> managedLoginBranding) The details of the branding style that you created.DescribeManagedLoginBrandingByClientResponse.Builder.managedLoginBranding(Consumer<ManagedLoginBrandingType.Builder> managedLoginBranding) The details of the requested branding style.DescribeManagedLoginBrandingResponse.Builder.managedLoginBranding(Consumer<ManagedLoginBrandingType.Builder> managedLoginBranding) The details of the requested branding style.UpdateManagedLoginBrandingResponse.Builder.managedLoginBranding(Consumer<ManagedLoginBrandingType.Builder> managedLoginBranding) The details of the branding style that you updated.