| 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 |
StartSourceNetworkRecoveryResult.getJob()
The Source Network recovery Job.
|
Job |
StartFailbackLaunchResult.getJob()
The failback launch Job.
|
Job |
AssociateSourceNetworkStackResult.getJob()
The Source Network association Job.
|
Job |
TerminateRecoveryInstancesResult.getJob()
The Job for terminating the Recovery Instances.
|
Job |
StartRecoveryResult.getJob()
The Recovery 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.withParticipatingResources(Collection<ParticipatingResource> participatingResources)
A list of resources that the Job is acting upon.
|
Job |
Job.withParticipatingResources(ParticipatingResource... participatingResources)
A list of resources that the Job is acting upon.
|
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 |
StartSourceNetworkRecoveryResult.setJob(Job job)
The Source Network recovery Job.
|
void |
StartFailbackLaunchResult.setJob(Job job)
The failback launch Job.
|
void |
AssociateSourceNetworkStackResult.setJob(Job job)
The Source Network association Job.
|
void |
TerminateRecoveryInstancesResult.setJob(Job job)
The Job for terminating the Recovery Instances.
|
void |
StartRecoveryResult.setJob(Job job)
The Recovery Job.
|
DescribeJobsResult |
DescribeJobsResult.withItems(Job... items)
An array of Jobs.
|
StartSourceNetworkRecoveryResult |
StartSourceNetworkRecoveryResult.withJob(Job job)
The Source Network recovery Job.
|
StartFailbackLaunchResult |
StartFailbackLaunchResult.withJob(Job job)
The failback launch Job.
|
AssociateSourceNetworkStackResult |
AssociateSourceNetworkStackResult.withJob(Job job)
The Source Network association Job.
|
TerminateRecoveryInstancesResult |
TerminateRecoveryInstancesResult.withJob(Job job)
The Job for terminating the Recovery Instances.
|
StartRecoveryResult |
StartRecoveryResult.withJob(Job job)
The Recovery 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 © 2023. All rights reserved.