Uses of Enum
com.amazonaws.services.databasemigrationservice.model.StartReplicationTaskTypeValue
Packages that use StartReplicationTaskTypeValue
-
Uses of StartReplicationTaskTypeValue in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return StartReplicationTaskTypeValueModifier and TypeMethodDescriptionUse this in place of valueOf.Returns the enum constant of this type with the specified name.static StartReplicationTaskTypeValue[]
StartReplicationTaskTypeValue.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.databasemigrationservice.model with parameters of type StartReplicationTaskTypeValueModifier and TypeMethodDescriptionvoid
StartReplicationTaskRequest.setStartReplicationTaskType
(StartReplicationTaskTypeValue startReplicationTaskType) The type of replication task.StartReplicationTaskRequest.withStartReplicationTaskType
(StartReplicationTaskTypeValue startReplicationTaskType) The type of replication task.