Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.GetUserAuthFactorsResponse.Builder
Packages that use GetUserAuthFactorsResponse.Builder
-
Uses of GetUserAuthFactorsResponse.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return GetUserAuthFactorsResponse.BuilderModifier and TypeMethodDescriptionGetUserAuthFactorsResponse.builder()GetUserAuthFactorsResponse.Builder.configuredUserAuthFactors(Collection<AuthFactorType> configuredUserAuthFactors) The authentication types that are available to the user withUSER_AUTHsign-in, for example["PASSWORD", "WEB_AUTHN"].GetUserAuthFactorsResponse.Builder.configuredUserAuthFactors(AuthFactorType... configuredUserAuthFactors) The authentication types that are available to the user withUSER_AUTHsign-in, for example["PASSWORD", "WEB_AUTHN"].GetUserAuthFactorsResponse.Builder.configuredUserAuthFactorsWithStrings(String... configuredUserAuthFactors) The authentication types that are available to the user withUSER_AUTHsign-in, for example["PASSWORD", "WEB_AUTHN"].GetUserAuthFactorsResponse.Builder.configuredUserAuthFactorsWithStrings(Collection<String> configuredUserAuthFactors) The authentication types that are available to the user withUSER_AUTHsign-in, for example["PASSWORD", "WEB_AUTHN"].GetUserAuthFactorsResponse.Builder.preferredMfaSetting(String preferredMfaSetting) The challenge method that Amazon Cognito returns to the user in response to sign-in requests.GetUserAuthFactorsResponse.toBuilder()GetUserAuthFactorsResponse.Builder.userMFASettingList(String... userMFASettingList) The MFA options that are activated for the user.GetUserAuthFactorsResponse.Builder.userMFASettingList(Collection<String> userMFASettingList) The MFA options that are activated for the user.The name of the user who is eligible for the authentication factors in the response.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type GetUserAuthFactorsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetUserAuthFactorsResponse.Builder>GetUserAuthFactorsResponse.serializableBuilderClass()