static GetUserAuthFactorsResponse.Builder |
GetUserAuthFactorsResponse.builder() |
|
GetUserAuthFactorsResponse.Builder |
GetUserAuthFactorsResponse.Builder.configuredUserAuthFactors(Collection<AuthFactorType> configuredUserAuthFactors) |
The authentication types that are available to the user with USER_AUTH sign-in.
|
GetUserAuthFactorsResponse.Builder |
GetUserAuthFactorsResponse.Builder.configuredUserAuthFactors(AuthFactorType... configuredUserAuthFactors) |
The authentication types that are available to the user with USER_AUTH sign-in.
|
GetUserAuthFactorsResponse.Builder |
GetUserAuthFactorsResponse.Builder.configuredUserAuthFactorsWithStrings(String... configuredUserAuthFactors) |
The authentication types that are available to the user with USER_AUTH sign-in.
|
GetUserAuthFactorsResponse.Builder |
GetUserAuthFactorsResponse.Builder.configuredUserAuthFactorsWithStrings(Collection<String> configuredUserAuthFactors) |
The authentication types that are available to the user with USER_AUTH sign-in.
|
GetUserAuthFactorsResponse.Builder |
GetUserAuthFactorsResponse.Builder.preferredMfaSetting(String preferredMfaSetting) |
The user's preferred MFA setting.
|
GetUserAuthFactorsResponse.Builder |
GetUserAuthFactorsResponse.toBuilder() |
|
GetUserAuthFactorsResponse.Builder |
GetUserAuthFactorsResponse.Builder.userMFASettingList(String... userMFASettingList) |
The MFA options that are activated for the user.
|
GetUserAuthFactorsResponse.Builder |
GetUserAuthFactorsResponse.Builder.userMFASettingList(Collection<String> userMFASettingList) |
The MFA options that are activated for the user.
|
GetUserAuthFactorsResponse.Builder |
GetUserAuthFactorsResponse.Builder.username(String username) |
The username of the currently sign-in user.
|