Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ManagedLoginBrandingType
-
Packages that use ManagedLoginBrandingType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of ManagedLoginBrandingType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ManagedLoginBrandingType Modifier and Type Method Description ManagedLoginBrandingTypeCreateManagedLoginBrandingResponse. managedLoginBranding()The details of the branding style that you created.ManagedLoginBrandingTypeDescribeManagedLoginBrandingByClientResponse. managedLoginBranding()The details of the requested branding style.ManagedLoginBrandingTypeDescribeManagedLoginBrandingResponse. managedLoginBranding()The details of the requested branding style.ManagedLoginBrandingTypeUpdateManagedLoginBrandingResponse. managedLoginBranding()The details of the branding style that you updated.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type ManagedLoginBrandingType Modifier and Type Method Description CreateManagedLoginBrandingResponse.BuilderCreateManagedLoginBrandingResponse.Builder. managedLoginBranding(ManagedLoginBrandingType managedLoginBranding)The details of the branding style that you created.DescribeManagedLoginBrandingByClientResponse.BuilderDescribeManagedLoginBrandingByClientResponse.Builder. managedLoginBranding(ManagedLoginBrandingType managedLoginBranding)The details of the requested branding style.DescribeManagedLoginBrandingResponse.BuilderDescribeManagedLoginBrandingResponse.Builder. managedLoginBranding(ManagedLoginBrandingType managedLoginBranding)The details of the requested branding style.UpdateManagedLoginBrandingResponse.BuilderUpdateManagedLoginBrandingResponse.Builder. managedLoginBranding(ManagedLoginBrandingType managedLoginBranding)The details of the branding style that you updated.
-