Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.UpdateManagedLoginBrandingResponse
Packages that use UpdateManagedLoginBrandingResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of UpdateManagedLoginBrandingResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return UpdateManagedLoginBrandingResponseModifier and TypeMethodDescriptionCognitoIdentityProviderClient.updateManagedLoginBranding(Consumer<UpdateManagedLoginBrandingRequest.Builder> updateManagedLoginBrandingRequest) Configures the branding settings for a user pool style.CognitoIdentityProviderClient.updateManagedLoginBranding(UpdateManagedLoginBrandingRequest updateManagedLoginBrandingRequest) Configures the branding settings for a user pool style.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type UpdateManagedLoginBrandingResponseModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.updateManagedLoginBranding(Consumer<UpdateManagedLoginBrandingRequest.Builder> updateManagedLoginBrandingRequest) Configures the branding settings for a user pool style.CognitoIdentityProviderAsyncClient.updateManagedLoginBranding(UpdateManagedLoginBrandingRequest updateManagedLoginBrandingRequest) Configures the branding settings for a user pool style.