Package | Description |
---|---|
com.amazonaws.services.importexport.model | |
com.amazonaws.services.importexport.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Job> |
ListJobsResult.jobs |
Modifier and Type | Method and Description |
---|---|
Job |
Job.clone() |
Job |
Job.withCreationDate(java.util.Date creationDate) |
Job |
Job.withIsCanceled(java.lang.Boolean isCanceled) |
Job |
Job.withJobId(java.lang.String jobId) |
Job |
Job.withJobType(JobType jobType) |
Job |
Job.withJobType(java.lang.String jobType) |
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Job> jobs) |
ListJobsResult |
ListJobsResult.withJobs(java.util.Collection<Job> jobs) |
Modifier and Type | Method and Description |
---|---|
Job |
JobStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |