Uses of Class
com.amazonaws.services.importexport.model.CreateJobRequest

Packages that use CreateJobRequest
com.amazonaws.services.importexport Synchronous and asynchronous client classes for accessing AmazonImportExport. 
com.amazonaws.services.importexport.model Classes modeling the various types represented by AmazonImportExport. 
 

Uses of CreateJobRequest in com.amazonaws.services.importexport
 

Methods in com.amazonaws.services.importexport with parameters of type CreateJobRequest
 CreateJobResult AmazonImportExportClient.createJob(CreateJobRequest createJobRequest)
           This operation initiates the process of scheduling an upload or download of your data.
 CreateJobResult AmazonImportExport.createJob(CreateJobRequest createJobRequest)
           This operation initiates the process of scheduling an upload or download of your data.
 Future<CreateJobResult> AmazonImportExportAsyncClient.createJobAsync(CreateJobRequest createJobRequest)
           This operation initiates the process of scheduling an upload or download of your data.
 Future<CreateJobResult> AmazonImportExportAsync.createJobAsync(CreateJobRequest createJobRequest)
           This operation initiates the process of scheduling an upload or download of your data.
 Future<CreateJobResult> AmazonImportExportAsyncClient.createJobAsync(CreateJobRequest createJobRequest, AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler)
           This operation initiates the process of scheduling an upload or download of your data.
 Future<CreateJobResult> AmazonImportExportAsync.createJobAsync(CreateJobRequest createJobRequest, AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler)
           This operation initiates the process of scheduling an upload or download of your data.
 

Method parameters in com.amazonaws.services.importexport with type arguments of type CreateJobRequest
 Future<CreateJobResult> AmazonImportExportAsyncClient.createJobAsync(CreateJobRequest createJobRequest, AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler)
           This operation initiates the process of scheduling an upload or download of your data.
 Future<CreateJobResult> AmazonImportExportAsync.createJobAsync(CreateJobRequest createJobRequest, AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler)
           This operation initiates the process of scheduling an upload or download of your data.
 

Uses of CreateJobRequest in com.amazonaws.services.importexport.model
 

Methods in com.amazonaws.services.importexport.model that return CreateJobRequest
 CreateJobRequest CreateJobRequest.withJobType(JobType jobType)
          Specifies whether the job to initiate is an import or export job.
 CreateJobRequest CreateJobRequest.withJobType(String jobType)
          Specifies whether the job to initiate is an import or export job.
 CreateJobRequest CreateJobRequest.withManifest(String manifest)
          The UTF-8 encoded text of the manifest file.
 CreateJobRequest CreateJobRequest.withManifestAddendum(String manifestAddendum)
          For internal use only.
 CreateJobRequest CreateJobRequest.withValidateOnly(Boolean validateOnly)
          Validate the manifest and parameter values in the request but do not actually create a job.
 



Copyright © 2016. All rights reserved.