| Package | Description |
|---|---|
| com.amazonaws.services.servermigration.model |
| Modifier and Type | Method and Description |
|---|---|
ReplicationRun |
ReplicationRun.clone() |
ReplicationRun |
ReplicationRun.withAmiId(String amiId) |
ReplicationRun |
ReplicationRun.withCompletedTime(Date completedTime) |
ReplicationRun |
ReplicationRun.withDescription(String description) |
ReplicationRun |
ReplicationRun.withReplicationRunId(String replicationRunId) |
ReplicationRun |
ReplicationRun.withScheduledStartTime(Date scheduledStartTime) |
ReplicationRun |
ReplicationRun.withState(ReplicationRunState state) |
ReplicationRun |
ReplicationRun.withState(String state) |
ReplicationRun |
ReplicationRun.withStatusMessage(String statusMessage) |
ReplicationRun |
ReplicationRun.withType(ReplicationRunType type) |
ReplicationRun |
ReplicationRun.withType(String type) |
| Modifier and Type | Method and Description |
|---|---|
List<ReplicationRun> |
ReplicationJob.getReplicationRunList() |
List<ReplicationRun> |
GetReplicationRunsResult.getReplicationRunList() |
| Modifier and Type | Method and Description |
|---|---|
ReplicationJob |
ReplicationJob.withReplicationRunList(ReplicationRun... replicationRunList)
NOTE: This method appends the values to the existing list (if any).
|
GetReplicationRunsResult |
GetReplicationRunsResult.withReplicationRunList(ReplicationRun... replicationRunList)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicationJob.setReplicationRunList(Collection<ReplicationRun> replicationRunList) |
void |
GetReplicationRunsResult.setReplicationRunList(Collection<ReplicationRun> replicationRunList) |
ReplicationJob |
ReplicationJob.withReplicationRunList(Collection<ReplicationRun> replicationRunList) |
GetReplicationRunsResult |
GetReplicationRunsResult.withReplicationRunList(Collection<ReplicationRun> replicationRunList) |
Copyright © 2017. All rights reserved.