Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.ManagedLoginBrandingType.Builder
-
Packages that use ManagedLoginBrandingType.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of ManagedLoginBrandingType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ManagedLoginBrandingType.Builder Modifier and Type Method Description ManagedLoginBrandingType.BuilderManagedLoginBrandingType.Builder. assets(Collection<AssetType> assets)An array of image files that you want to apply to roles like backgrounds, logos, and icons.ManagedLoginBrandingType.BuilderManagedLoginBrandingType.Builder. assets(Consumer<AssetType.Builder>... assets)An array of image files that you want to apply to roles like backgrounds, logos, and icons.ManagedLoginBrandingType.BuilderManagedLoginBrandingType.Builder. assets(AssetType... assets)An array of image files that you want to apply to roles like backgrounds, logos, and icons.static ManagedLoginBrandingType.BuilderManagedLoginBrandingType. builder()ManagedLoginBrandingType.BuilderManagedLoginBrandingType.Builder. creationDate(Instant creationDate)The date and time when the item was created.ManagedLoginBrandingType.BuilderManagedLoginBrandingType.Builder. lastModifiedDate(Instant lastModifiedDate)The date and time when the item was modified.ManagedLoginBrandingType.BuilderManagedLoginBrandingType.Builder. managedLoginBrandingId(String managedLoginBrandingId)The ID of the managed login branding style.ManagedLoginBrandingType.BuilderManagedLoginBrandingType.Builder. settings(Document settings)A JSON file, encoded as aDocumenttype, with the the settings that you want to apply to your style.ManagedLoginBrandingType.BuilderManagedLoginBrandingType. toBuilder()ManagedLoginBrandingType.BuilderManagedLoginBrandingType.Builder. useCognitoProvidedValues(Boolean useCognitoProvidedValues)When true, applies the default branding style options.ManagedLoginBrandingType.BuilderManagedLoginBrandingType.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.Builder Modifier and Type Method Description static Class<? extends ManagedLoginBrandingType.Builder>ManagedLoginBrandingType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type ManagedLoginBrandingType.Builder Modifier and Type Method Description default CreateManagedLoginBrandingResponse.BuilderCreateManagedLoginBrandingResponse.Builder. managedLoginBranding(Consumer<ManagedLoginBrandingType.Builder> managedLoginBranding)The details of the branding style that you created.default DescribeManagedLoginBrandingByClientResponse.BuilderDescribeManagedLoginBrandingByClientResponse.Builder. managedLoginBranding(Consumer<ManagedLoginBrandingType.Builder> managedLoginBranding)The details of the requested branding style.default DescribeManagedLoginBrandingResponse.BuilderDescribeManagedLoginBrandingResponse.Builder. managedLoginBranding(Consumer<ManagedLoginBrandingType.Builder> managedLoginBranding)The details of the requested branding style.default UpdateManagedLoginBrandingResponse.BuilderUpdateManagedLoginBrandingResponse.Builder. managedLoginBranding(Consumer<ManagedLoginBrandingType.Builder> managedLoginBranding)The details of the branding style that you updated.
-