Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.CreateManagedLoginBrandingRequest.Builder
-
Packages that use CreateManagedLoginBrandingRequest.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users.software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of CreateManagedLoginBrandingRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type CreateManagedLoginBrandingRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateManagedLoginBrandingResponse>CognitoIdentityProviderAsyncClient. createManagedLoginBranding(Consumer<CreateManagedLoginBrandingRequest.Builder> createManagedLoginBrandingRequest)Creates a new set of branding settings for a user pool style and associates it with an app client.default CreateManagedLoginBrandingResponseCognitoIdentityProviderClient. 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.Builder Modifier and Type Method Description CreateManagedLoginBrandingRequest.BuilderCreateManagedLoginBrandingRequest.Builder. assets(Collection<AssetType> assets)An array of image files that you want to apply to roles like backgrounds, logos, and icons.CreateManagedLoginBrandingRequest.BuilderCreateManagedLoginBrandingRequest.Builder. assets(Consumer<AssetType.Builder>... assets)An array of image files that you want to apply to roles like backgrounds, logos, and icons.CreateManagedLoginBrandingRequest.BuilderCreateManagedLoginBrandingRequest.Builder. assets(AssetType... assets)An array of image files that you want to apply to roles like backgrounds, logos, and icons.static CreateManagedLoginBrandingRequest.BuilderCreateManagedLoginBrandingRequest. builder()CreateManagedLoginBrandingRequest.BuilderCreateManagedLoginBrandingRequest.Builder. clientId(String clientId)The app client that you want to create the branding style for.CreateManagedLoginBrandingRequest.BuilderCreateManagedLoginBrandingRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateManagedLoginBrandingRequest.BuilderCreateManagedLoginBrandingRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateManagedLoginBrandingRequest.BuilderCreateManagedLoginBrandingRequest.Builder. settings(Document settings)A JSON file, encoded as aDocumenttype, with the the settings that you want to apply to your style.CreateManagedLoginBrandingRequest.BuilderCreateManagedLoginBrandingRequest. toBuilder()CreateManagedLoginBrandingRequest.BuilderCreateManagedLoginBrandingRequest.Builder. useCognitoProvidedValues(Boolean useCognitoProvidedValues)When true, applies the default branding style options.CreateManagedLoginBrandingRequest.BuilderCreateManagedLoginBrandingRequest.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.Builder Modifier and Type Method Description static Class<? extends CreateManagedLoginBrandingRequest.Builder>CreateManagedLoginBrandingRequest. serializableBuilderClass()
-