Uses of Class
com.amazonaws.services.databasemigrationservice.model.StartReplicationTaskTypeValue
-
Packages that use StartReplicationTaskTypeValue Package Description com.amazonaws.services.databasemigrationservice.model -
-
Uses of StartReplicationTaskTypeValue in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return StartReplicationTaskTypeValue Modifier and Type Method Description static StartReplicationTaskTypeValue
StartReplicationTaskTypeValue. fromValue(String value)
Use this in place of valueOf.static StartReplicationTaskTypeValue
StartReplicationTaskTypeValue. valueOf(String name)
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 StartReplicationTaskTypeValue Modifier and Type Method Description void
StartReplicationTaskRequest. setStartReplicationTaskType(StartReplicationTaskTypeValue startReplicationTaskType)
The type of replication task.StartReplicationTaskRequest
StartReplicationTaskRequest. withStartReplicationTaskType(StartReplicationTaskTypeValue startReplicationTaskType)
The type of replication task.
-