Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.CreateManagedLoginBrandingRequest.Builder
Packages that use CreateManagedLoginBrandingRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of CreateManagedLoginBrandingRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type CreateManagedLoginBrandingRequest.BuilderModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.createManagedLoginBranding(Consumer<CreateManagedLoginBrandingRequest.Builder> createManagedLoginBrandingRequest) Creates a new set of branding settings for a user pool style and associates it with an app client.CognitoIdentityProviderClient.createManagedLoginBranding(Consumer<CreateManagedLoginBrandingRequest.Builder> createManagedLoginBrandingRequest) Creates a new set of branding settings for a user pool style and associates it with an app client. -
Uses of CreateManagedLoginBrandingRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return CreateManagedLoginBrandingRequest.BuilderModifier and TypeMethodDescriptionCreateManagedLoginBrandingRequest.Builder.assets(Collection<AssetType> assets) An array of image files that you want to apply to functions like backgrounds, logos, and icons.CreateManagedLoginBrandingRequest.Builder.assets(Consumer<AssetType.Builder>... assets) An array of image files that you want to apply to functions like backgrounds, logos, and icons.An array of image files that you want to apply to functions like backgrounds, logos, and icons.CreateManagedLoginBrandingRequest.builder()The app client that you want to create the branding style for.CreateManagedLoginBrandingRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateManagedLoginBrandingRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) A JSON file, encoded as aDocumenttype, with the the settings that you want to apply to your style.CreateManagedLoginBrandingRequest.toBuilder()CreateManagedLoginBrandingRequest.Builder.useCognitoProvidedValues(Boolean useCognitoProvidedValues) When true, applies the default branding style options.CreateManagedLoginBrandingRequest.Builder.userPoolId(String userPoolId) The ID of the user pool where you want to create a new branding style.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type CreateManagedLoginBrandingRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateManagedLoginBrandingRequest.Builder>CreateManagedLoginBrandingRequest.serializableBuilderClass()