| Package | Description |
|---|---|
| com.amazonaws.services.servermigration.model |
| Modifier and Type | Method and Description |
|---|---|
ReplicationJob |
ReplicationJob.clone() |
ReplicationJob |
GetReplicationRunsResult.getReplicationJob()
Information about the replication job.
|
ReplicationJob |
ReplicationJob.withDescription(String description)
The description of the replication job.
|
ReplicationJob |
ReplicationJob.withEncrypted(Boolean encrypted)
Whether the replication job should produce encrypted AMIs or not.
|
ReplicationJob |
ReplicationJob.withFrequency(Integer frequency)
The time between consecutive replication runs, in hours.
|
ReplicationJob |
ReplicationJob.withKmsKeyId(String kmsKeyId)
KMS key ID for replication jobs that produce encrypted AMIs.
|
ReplicationJob |
ReplicationJob.withLatestAmiId(String latestAmiId)
The ID of the latest Amazon Machine Image (AMI).
|
ReplicationJob |
ReplicationJob.withLicenseType(LicenseType licenseType)
The license type to be used for the AMI created by a successful replication run.
|
ReplicationJob |
ReplicationJob.withLicenseType(String licenseType)
The license type to be used for the AMI created by a successful replication run.
|
ReplicationJob |
ReplicationJob.withNextReplicationRunStartTime(Date nextReplicationRunStartTime)
The start time of the next replication run.
|
ReplicationJob |
ReplicationJob.withNumberOfRecentAmisToKeep(Integer numberOfRecentAmisToKeep)
Number of recent AMIs to keep in the customer's account for a replication job.
|
ReplicationJob |
ReplicationJob.withReplicationJobId(String replicationJobId)
The identifier of the replication job.
|
ReplicationJob |
ReplicationJob.withReplicationRunList(Collection<ReplicationRun> replicationRunList)
Information about the replication runs.
|
ReplicationJob |
ReplicationJob.withReplicationRunList(ReplicationRun... replicationRunList)
Information about the replication runs.
|
ReplicationJob |
ReplicationJob.withRoleName(String roleName)
The name of the IAM role to be used by the Server Migration Service.
|
ReplicationJob |
ReplicationJob.withRunOnce(Boolean runOnce)
|
ReplicationJob |
ReplicationJob.withSeedReplicationTime(Date seedReplicationTime)
The seed replication time.
|
ReplicationJob |
ReplicationJob.withServerId(String serverId)
The identifier of the server.
|
ReplicationJob |
ReplicationJob.withServerType(ServerType serverType)
The type of server.
|
ReplicationJob |
ReplicationJob.withServerType(String serverType)
The type of server.
|
ReplicationJob |
ReplicationJob.withState(ReplicationJobState state)
The state of the replication job.
|
ReplicationJob |
ReplicationJob.withState(String state)
The state of the replication job.
|
ReplicationJob |
ReplicationJob.withStatusMessage(String statusMessage)
The description of the current status of the replication job.
|
ReplicationJob |
ReplicationJob.withVmServer(VmServer vmServer)
Information about the VM server.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReplicationJob> |
GetReplicationJobsResult.getReplicationJobList()
Information about the replication jobs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetReplicationRunsResult.setReplicationJob(ReplicationJob replicationJob)
Information about the replication job.
|
GetReplicationRunsResult |
GetReplicationRunsResult.withReplicationJob(ReplicationJob replicationJob)
Information about the replication job.
|
GetReplicationJobsResult |
GetReplicationJobsResult.withReplicationJobList(ReplicationJob... replicationJobList)
Information about the replication jobs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetReplicationJobsResult.setReplicationJobList(Collection<ReplicationJob> replicationJobList)
Information about the replication jobs.
|
GetReplicationJobsResult |
GetReplicationJobsResult.withReplicationJobList(Collection<ReplicationJob> replicationJobList)
Information about the replication jobs.
|
Copyright © 2020. All rights reserved.