Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.DescribeManagedLoginBrandingResponse
-
Packages that use DescribeManagedLoginBrandingResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider 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 DescribeManagedLoginBrandingResponse Modifier and Type Method Description default DescribeManagedLoginBrandingResponseCognitoIdentityProviderClient. describeManagedLoginBranding(Consumer<DescribeManagedLoginBrandingRequest.Builder> describeManagedLoginBrandingRequest)Given the ID of a managed login branding style, returns detailed information about the style.default DescribeManagedLoginBrandingResponseCognitoIdentityProviderClient. 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 DescribeManagedLoginBrandingResponse Modifier and Type Method Description default CompletableFuture<DescribeManagedLoginBrandingResponse>CognitoIdentityProviderAsyncClient. describeManagedLoginBranding(Consumer<DescribeManagedLoginBrandingRequest.Builder> describeManagedLoginBrandingRequest)Given the ID of a managed login branding style, returns detailed information about the style.default CompletableFuture<DescribeManagedLoginBrandingResponse>CognitoIdentityProviderAsyncClient. describeManagedLoginBranding(DescribeManagedLoginBrandingRequest describeManagedLoginBrandingRequest)Given the ID of a managed login branding style, returns detailed information about the style.
-