| Package | Description |
|---|---|
| com.amazonaws.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
Job |
Job.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Job |
Job.clearTagsEntries()
Removes all the entries added into Tags.
|
Job |
Job.clone() |
Job |
StartRecoveryResult.getJob()
The Recovery Job.
|
Job |
TerminateRecoveryInstancesResult.getJob()
The Job for terminating the Recovery Instances.
|
Job |
StartFailbackLaunchResult.getJob()
The failback launch Job.
|
Job |
Job.withArn(String arn)
The ARN of a Job.
|
Job |
Job.withCreationDateTime(String creationDateTime)
The date and time of when the Job was created.
|
Job |
Job.withEndDateTime(String endDateTime)
The date and time of when the Job ended.
|
Job |
Job.withInitiatedBy(InitiatedBy initiatedBy)
A string representing who initiated the Job.
|
Job |
Job.withInitiatedBy(String initiatedBy)
A string representing who initiated the Job.
|
Job |
Job.withJobID(String jobID)
The ID of the Job.
|
Job |
Job.withParticipatingServers(Collection<ParticipatingServer> participatingServers)
A list of servers that the Job is acting upon.
|
Job |
Job.withParticipatingServers(ParticipatingServer... participatingServers)
A list of servers that the Job is acting upon.
|
Job |
Job.withStatus(JobStatus status)
The status of the Job.
|
Job |
Job.withStatus(String status)
The status of the Job.
|
Job |
Job.withTags(Map<String,String> tags)
A list of tags associated with the Job.
|
Job |
Job.withType(JobType type)
The type of the Job.
|
Job |
Job.withType(String type)
The type of the Job.
|
| Modifier and Type | Method and Description |
|---|---|
List<Job> |
DescribeJobsResult.getItems()
An array of Jobs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartRecoveryResult.setJob(Job job)
The Recovery Job.
|
void |
TerminateRecoveryInstancesResult.setJob(Job job)
The Job for terminating the Recovery Instances.
|
void |
StartFailbackLaunchResult.setJob(Job job)
The failback launch Job.
|
DescribeJobsResult |
DescribeJobsResult.withItems(Job... items)
An array of Jobs.
|
StartRecoveryResult |
StartRecoveryResult.withJob(Job job)
The Recovery Job.
|
TerminateRecoveryInstancesResult |
TerminateRecoveryInstancesResult.withJob(Job job)
The Job for terminating the Recovery Instances.
|
StartFailbackLaunchResult |
StartFailbackLaunchResult.withJob(Job job)
The failback launch Job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeJobsResult.setItems(Collection<Job> items)
An array of Jobs.
|
DescribeJobsResult |
DescribeJobsResult.withItems(Collection<Job> items)
An array of Jobs.
|
Copyright © 2022. All rights reserved.