Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.UpdateManagedLoginBrandingResponse.Builder
-
Packages that use UpdateManagedLoginBrandingResponse.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of UpdateManagedLoginBrandingResponse.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UpdateManagedLoginBrandingResponse.Builder Modifier and Type Method Description static UpdateManagedLoginBrandingResponse.BuilderUpdateManagedLoginBrandingResponse. builder()default UpdateManagedLoginBrandingResponse.BuilderUpdateManagedLoginBrandingResponse.Builder. managedLoginBranding(Consumer<ManagedLoginBrandingType.Builder> managedLoginBranding)The details of the branding style that you updated.UpdateManagedLoginBrandingResponse.BuilderUpdateManagedLoginBrandingResponse.Builder. managedLoginBranding(ManagedLoginBrandingType managedLoginBranding)The details of the branding style that you updated.UpdateManagedLoginBrandingResponse.BuilderUpdateManagedLoginBrandingResponse. toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type UpdateManagedLoginBrandingResponse.Builder Modifier and Type Method Description static Class<? extends UpdateManagedLoginBrandingResponse.Builder>UpdateManagedLoginBrandingResponse. serializableBuilderClass()
-