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 StartReplicationTaskTypeValueStartReplicationTaskTypeValue. fromValue(String value)Use this in place of valueOf.static StartReplicationTaskTypeValueStartReplicationTaskTypeValue. 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 voidStartReplicationTaskRequest. setStartReplicationTaskType(StartReplicationTaskTypeValue startReplicationTaskType)The type of replication task.StartReplicationTaskRequestStartReplicationTaskRequest. withStartReplicationTaskType(StartReplicationTaskTypeValue startReplicationTaskType)The type of replication task.
-