Uses of Class
software.amazon.awssdk.services.databasemigration.model.TlogAccessMode
-
Packages that use TlogAccessMode Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of TlogAccessMode in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return TlogAccessMode Modifier and Type Method Description static TlogAccessModeTlogAccessMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TlogAccessModeMicrosoftSQLServerSettings. tlogAccessMode()Indicates the mode used to fetch CDC data.static TlogAccessModeTlogAccessMode. valueOf(String name)Returns the enum constant of this type with the specified name.static TlogAccessMode[]TlogAccessMode. 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 TlogAccessMode Modifier and Type Method Description static Set<TlogAccessMode>TlogAccessMode. knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type TlogAccessMode Modifier and Type Method Description MicrosoftSQLServerSettings.BuilderMicrosoftSQLServerSettings.Builder. tlogAccessMode(TlogAccessMode tlogAccessMode)Indicates the mode used to fetch CDC data.
-