Uses of Class
software.amazon.awssdk.services.amplifybackend.model.Settings
-
Packages that use Settings Package Description software.amazon.awssdk.services.amplifybackend.model -
-
Uses of Settings in software.amazon.awssdk.services.amplifybackend.model
Methods in software.amazon.awssdk.services.amplifybackend.model that return Settings Modifier and Type Method Description SettingsCreateBackendAuthMFAConfig. settings()Describes the configuration settings and methods for your Amplify app users to use MFA.SettingsUpdateBackendAuthMFAConfig. settings()The settings of your MFA configuration for the backend of your Amplify project.Methods in software.amazon.awssdk.services.amplifybackend.model with parameters of type Settings Modifier and Type Method Description CreateBackendAuthMFAConfig.BuilderCreateBackendAuthMFAConfig.Builder. settings(Settings settings)Describes the configuration settings and methods for your Amplify app users to use MFA.UpdateBackendAuthMFAConfig.BuilderUpdateBackendAuthMFAConfig.Builder. settings(Settings settings)The settings of your MFA configuration for the backend of your Amplify project.
-