Uses of Class
software.amazon.awssdk.services.databasemigration.model.SafeguardPolicy
-
Packages that use SafeguardPolicy Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of SafeguardPolicy in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return SafeguardPolicy Modifier and Type Method Description static SafeguardPolicySafeguardPolicy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SafeguardPolicyMicrosoftSQLServerSettings. safeguardPolicy()Use this attribute to minimize the need to access the backup log and enable DMS to prevent truncation using one of the following two methods.static SafeguardPolicySafeguardPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static SafeguardPolicy[]SafeguardPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type SafeguardPolicy Modifier and Type Method Description static Set<SafeguardPolicy>SafeguardPolicy. knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type SafeguardPolicy Modifier and Type Method Description MicrosoftSQLServerSettings.BuilderMicrosoftSQLServerSettings.Builder. safeguardPolicy(SafeguardPolicy safeguardPolicy)Use this attribute to minimize the need to access the backup log and enable DMS to prevent truncation using one of the following two methods.
-