Package | Description |
---|---|
com.amazonaws.services.importexport.model |
Classes modeling the various types represented by AmazonImportExport.
|
Modifier and Type | Method and Description |
---|---|
Job |
Job.withCreationDate(Date creationDate)
Timestamp of the CreateJob request in ISO8601 date format.
|
Job |
Job.withIsCanceled(Boolean isCanceled)
Indicates whether the job was canceled.
|
Job |
Job.withJobId(String jobId)
A unique identifier which refers to a particular job.
|
Job |
Job.withJobType(JobType jobType)
Specifies whether the job to initiate is an import or export job.
|
Job |
Job.withJobType(String jobType)
Specifies whether the job to initiate is an import or export job.
|
Modifier and Type | Method and Description |
---|---|
List<Job> |
ListJobsResult.getJobs()
A list container for Jobs returned by the ListJobs operation.
|
Modifier and Type | Method and Description |
---|---|
ListJobsResult |
ListJobsResult.withJobs(Job... jobs)
A list container for Jobs returned by the ListJobs operation.
|
Modifier and Type | Method and Description |
---|---|
void |
ListJobsResult.setJobs(Collection<Job> jobs)
A list container for Jobs returned by the ListJobs operation.
|
ListJobsResult |
ListJobsResult.withJobs(Collection<Job> jobs)
A list container for Jobs returned by the ListJobs operation.
|
Copyright © 2014. All rights reserved.