Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.SoftwareTokenMfaConfigType.Builder
-
Packages that use SoftwareTokenMfaConfigType.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of SoftwareTokenMfaConfigType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return SoftwareTokenMfaConfigType.Builder Modifier and Type Method Description static SoftwareTokenMfaConfigType.BuilderSoftwareTokenMfaConfigType. builder()SoftwareTokenMfaConfigType.BuilderSoftwareTokenMfaConfigType.Builder. enabled(Boolean enabled)Specifies whether software token MFA is activated.SoftwareTokenMfaConfigType.BuilderSoftwareTokenMfaConfigType. toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type SoftwareTokenMfaConfigType.Builder Modifier and Type Method Description static Class<? extends SoftwareTokenMfaConfigType.Builder>SoftwareTokenMfaConfigType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type SoftwareTokenMfaConfigType.Builder Modifier and Type Method Description default GetUserPoolMfaConfigResponse.BuilderGetUserPoolMfaConfigResponse.Builder. softwareTokenMfaConfiguration(Consumer<SoftwareTokenMfaConfigType.Builder> softwareTokenMfaConfiguration)The software token multi-factor authentication (MFA) configuration.default SetUserPoolMfaConfigRequest.BuilderSetUserPoolMfaConfigRequest.Builder. softwareTokenMfaConfiguration(Consumer<SoftwareTokenMfaConfigType.Builder> softwareTokenMfaConfiguration)The software token MFA configuration.default SetUserPoolMfaConfigResponse.BuilderSetUserPoolMfaConfigResponse.Builder. softwareTokenMfaConfiguration(Consumer<SoftwareTokenMfaConfigType.Builder> softwareTokenMfaConfiguration)The software token MFA configuration.
-