Uses of Enum
software.amazon.awssdk.services.databasemigration.model.TlogAccessMode
Packages that use TlogAccessMode
-
Uses of TlogAccessMode in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return TlogAccessModeModifier and TypeMethodDescriptionstatic TlogAccessModeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final TlogAccessModeMicrosoftSQLServerSettings.tlogAccessMode()Indicates the mode used to fetch CDC data.static TlogAccessModeReturns 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 TlogAccessModeMethods in software.amazon.awssdk.services.databasemigration.model with parameters of type TlogAccessModeModifier and TypeMethodDescriptionMicrosoftSQLServerSettings.Builder.tlogAccessMode(TlogAccessMode tlogAccessMode) Indicates the mode used to fetch CDC data.