Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ManagedLoginBrandingType
Packages that use ManagedLoginBrandingType
-
Uses of ManagedLoginBrandingType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ManagedLoginBrandingTypeModifier and TypeMethodDescriptionfinal ManagedLoginBrandingTypeCreateManagedLoginBrandingResponse.managedLoginBranding()The details of the branding style that you created.final ManagedLoginBrandingTypeDescribeManagedLoginBrandingByClientResponse.managedLoginBranding()The details of the requested branding style.final ManagedLoginBrandingTypeDescribeManagedLoginBrandingResponse.managedLoginBranding()The details of the requested branding style.final ManagedLoginBrandingTypeUpdateManagedLoginBrandingResponse.managedLoginBranding()The details of the branding style that you updated.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type ManagedLoginBrandingTypeModifier and TypeMethodDescriptionCreateManagedLoginBrandingResponse.Builder.managedLoginBranding(ManagedLoginBrandingType managedLoginBranding) The details of the branding style that you created.DescribeManagedLoginBrandingByClientResponse.Builder.managedLoginBranding(ManagedLoginBrandingType managedLoginBranding) The details of the requested branding style.DescribeManagedLoginBrandingResponse.Builder.managedLoginBranding(ManagedLoginBrandingType managedLoginBranding) The details of the requested branding style.UpdateManagedLoginBrandingResponse.Builder.managedLoginBranding(ManagedLoginBrandingType managedLoginBranding) The details of the branding style that you updated.