Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.DescribeManagedLoginBrandingRequest.Builder
Packages that use DescribeManagedLoginBrandingRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of DescribeManagedLoginBrandingRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type DescribeManagedLoginBrandingRequest.BuilderModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.describeManagedLoginBranding(Consumer<DescribeManagedLoginBrandingRequest.Builder> describeManagedLoginBrandingRequest) Given the ID of a managed login branding style, returns detailed information about the style.CognitoIdentityProviderClient.describeManagedLoginBranding(Consumer<DescribeManagedLoginBrandingRequest.Builder> describeManagedLoginBrandingRequest) Given the ID of a managed login branding style, returns detailed information about the style. -
Uses of DescribeManagedLoginBrandingRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return DescribeManagedLoginBrandingRequest.BuilderModifier and TypeMethodDescriptionDescribeManagedLoginBrandingRequest.builder()DescribeManagedLoginBrandingRequest.Builder.managedLoginBrandingId(String managedLoginBrandingId) The ID of the managed login branding style that you want to get more information about.DescribeManagedLoginBrandingRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeManagedLoginBrandingRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeManagedLoginBrandingRequest.Builder.returnMergedResources(Boolean returnMergedResources) Whentrue, returns values for branding options that are unchanged from Amazon Cognito defaults.DescribeManagedLoginBrandingRequest.toBuilder()DescribeManagedLoginBrandingRequest.Builder.userPoolId(String userPoolId) The ID of the user pool that contains the managed login branding style that you want to get information about.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type DescribeManagedLoginBrandingRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeManagedLoginBrandingRequest.Builder>DescribeManagedLoginBrandingRequest.serializableBuilderClass()