Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.UpdateManagedLoginBrandingRequest.Builder
Packages that use UpdateManagedLoginBrandingRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of UpdateManagedLoginBrandingRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type UpdateManagedLoginBrandingRequest.BuilderModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.updateManagedLoginBranding(Consumer<UpdateManagedLoginBrandingRequest.Builder> updateManagedLoginBrandingRequest) Configures the branding settings for a user pool style.CognitoIdentityProviderClient.updateManagedLoginBranding(Consumer<UpdateManagedLoginBrandingRequest.Builder> updateManagedLoginBrandingRequest) Configures the branding settings for a user pool style. -
Uses of UpdateManagedLoginBrandingRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UpdateManagedLoginBrandingRequest.BuilderModifier and TypeMethodDescriptionUpdateManagedLoginBrandingRequest.Builder.assets(Collection<AssetType> assets) An array of image files that you want to apply to roles like backgrounds, logos, and icons.UpdateManagedLoginBrandingRequest.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.UpdateManagedLoginBrandingRequest.builder()UpdateManagedLoginBrandingRequest.Builder.managedLoginBrandingId(String managedLoginBrandingId) The ID of the managed login branding style that you want to update.UpdateManagedLoginBrandingRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateManagedLoginBrandingRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) A JSON file, encoded as aDocumenttype, with the the settings that you want to apply to your style.UpdateManagedLoginBrandingRequest.toBuilder()UpdateManagedLoginBrandingRequest.Builder.useCognitoProvidedValues(Boolean useCognitoProvidedValues) Whentrue, applies the default branding style options.UpdateManagedLoginBrandingRequest.Builder.userPoolId(String userPoolId) The ID of the user pool that contains the managed login branding style that you want to update.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type UpdateManagedLoginBrandingRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateManagedLoginBrandingRequest.Builder>UpdateManagedLoginBrandingRequest.serializableBuilderClass()