Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.DescribeManagedLoginBrandingResponse
Packages that use DescribeManagedLoginBrandingResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of DescribeManagedLoginBrandingResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return DescribeManagedLoginBrandingResponseModifier and TypeMethodDescriptionCognitoIdentityProviderClient.describeManagedLoginBranding(Consumer<DescribeManagedLoginBrandingRequest.Builder> describeManagedLoginBrandingRequest) Given the ID of a managed login branding style, returns detailed information about the style.CognitoIdentityProviderClient.describeManagedLoginBranding(DescribeManagedLoginBrandingRequest describeManagedLoginBrandingRequest) Given the ID of a managed login branding style, returns detailed information about the style.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type DescribeManagedLoginBrandingResponseModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.describeManagedLoginBranding(Consumer<DescribeManagedLoginBrandingRequest.Builder> describeManagedLoginBrandingRequest) Given the ID of a managed login branding style, returns detailed information about the style.CognitoIdentityProviderAsyncClient.describeManagedLoginBranding(DescribeManagedLoginBrandingRequest describeManagedLoginBrandingRequest) Given the ID of a managed login branding style, returns detailed information about the style.