|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Job | |
---|---|
com.amazonaws.services.importexport.model | Classes modeling the various types represented by AmazonImportExport. |
Uses of Job in com.amazonaws.services.importexport.model |
---|
Methods in com.amazonaws.services.importexport.model that return Job | |
---|---|
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. |
Methods in com.amazonaws.services.importexport.model that return types with arguments of type Job | |
---|---|
List<Job> |
ListJobsResult.getJobs()
A list container for Jobs returned by the ListJobs operation. |
Methods in com.amazonaws.services.importexport.model with parameters of type Job | |
---|---|
ListJobsResult |
ListJobsResult.withJobs(Job... jobs)
A list container for Jobs returned by the ListJobs operation. |
Method parameters in com.amazonaws.services.importexport.model with type arguments of type Job | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |