| Package | Description |
|---|---|
| com.amazonaws.services.servermigration.model |
| Modifier and Type | Method and Description |
|---|---|
ReplicationRun |
ReplicationRun.clone() |
ReplicationRun |
ReplicationRun.withAmiId(String amiId)
The ID of the Amazon Machine Image (AMI) from the replication run.
|
ReplicationRun |
ReplicationRun.withCompletedTime(Date completedTime)
The completion time of the last replication run.
|
ReplicationRun |
ReplicationRun.withDescription(String description)
The description of the replication run.
|
ReplicationRun |
ReplicationRun.withEncrypted(Boolean encrypted)
Indicates whether the replication run should produce an encrypted AMI.
|
ReplicationRun |
ReplicationRun.withKmsKeyId(String kmsKeyId)
The ID of the KMS key for replication jobs that produce encrypted AMIs.
|
ReplicationRun |
ReplicationRun.withReplicationRunId(String replicationRunId)
The ID of the replication run.
|
ReplicationRun |
ReplicationRun.withScheduledStartTime(Date scheduledStartTime)
The start time of the next replication run.
|
ReplicationRun |
ReplicationRun.withStageDetails(ReplicationRunStageDetails stageDetails)
Details about the current stage of the replication run.
|
ReplicationRun |
ReplicationRun.withState(ReplicationRunState state)
The state of the replication run.
|
ReplicationRun |
ReplicationRun.withState(String state)
The state of the replication run.
|
ReplicationRun |
ReplicationRun.withStatusMessage(String statusMessage)
The description of the current status of the replication job.
|
ReplicationRun |
ReplicationRun.withType(ReplicationRunType type)
The type of replication run.
|
ReplicationRun |
ReplicationRun.withType(String type)
The type of replication run.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReplicationRun> |
GetReplicationRunsResult.getReplicationRunList()
Information about the replication runs.
|
List<ReplicationRun> |
ReplicationJob.getReplicationRunList()
Information about the replication runs.
|
| Modifier and Type | Method and Description |
|---|---|
GetReplicationRunsResult |
GetReplicationRunsResult.withReplicationRunList(ReplicationRun... replicationRunList)
Information about the replication runs.
|
ReplicationJob |
ReplicationJob.withReplicationRunList(ReplicationRun... replicationRunList)
Information about the replication runs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetReplicationRunsResult.setReplicationRunList(Collection<ReplicationRun> replicationRunList)
Information about the replication runs.
|
void |
ReplicationJob.setReplicationRunList(Collection<ReplicationRun> replicationRunList)
Information about the replication runs.
|
GetReplicationRunsResult |
GetReplicationRunsResult.withReplicationRunList(Collection<ReplicationRun> replicationRunList)
Information about the replication runs.
|
ReplicationJob |
ReplicationJob.withReplicationRunList(Collection<ReplicationRun> replicationRunList)
Information about the replication runs.
|
Copyright © 2022. All rights reserved.