| Package | Description |
|---|---|
| com.amazonaws.services.importexport.model |
| Modifier and Type | Method and Description |
|---|---|
Job |
Job.clone() |
Job |
Job.withCreationDate(Date creationDate) |
Job |
Job.withIsCanceled(Boolean isCanceled) |
Job |
Job.withJobId(String jobId) |
Job |
Job.withJobType(JobType jobType) |
Job |
Job.withJobType(String jobType) |
| Modifier and Type | Method and Description |
|---|---|
List<Job> |
ListJobsResult.getJobs() |
| Modifier and Type | Method and Description |
|---|---|
ListJobsResult |
ListJobsResult.withJobs(Job... jobs)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListJobsResult.setJobs(Collection<Job> jobs) |
ListJobsResult |
ListJobsResult.withJobs(Collection<Job> jobs) |
Copyright © 2016. All rights reserved.