Package | Description |
---|---|
com.amazonaws.services.databasemigrationservice.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
StartReplicationTaskRequest.setStartReplicationTaskType(StartReplicationTaskTypeValue startReplicationTaskType)
The type of replication task.
|
StartReplicationTaskRequest |
StartReplicationTaskRequest.withStartReplicationTaskType(StartReplicationTaskTypeValue startReplicationTaskType)
The type of replication task.
|
Copyright © 2018. All rights reserved.