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

Packages that use CreateJobResult
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 CreateJobResult in com.amazonaws.services.importexport
 

Methods in com.amazonaws.services.importexport that return CreateJobResult
 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.
 

Methods in com.amazonaws.services.importexport that return types with arguments of type CreateJobResult
 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 CreateJobResult
 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 CreateJobResult in com.amazonaws.services.importexport.model
 

Methods in com.amazonaws.services.importexport.model that return CreateJobResult
 CreateJobResult CreateJobResult.withAwsShippingAddress(String awsShippingAddress)
          Address you ship your storage device to.
 CreateJobResult CreateJobResult.withJobId(String jobId)
          A unique identifier which refers to a particular job.
 CreateJobResult CreateJobResult.withJobType(JobType jobType)
          Specifies whether the job to initiate is an import or export job.
 CreateJobResult CreateJobResult.withJobType(String jobType)
          Specifies whether the job to initiate is an import or export job.
 CreateJobResult CreateJobResult.withSignature(String signature)
          An encrypted code used to authenticate the request and response, for example, "DV+TpDfx1/TdSE9ktyK9k/bDTVI=".
 CreateJobResult CreateJobResult.withSignatureFileContents(String signatureFileContents)
          The actual text of the SIGNATURE file to be written to disk.
 CreateJobResult CreateJobResult.withWarningMessage(String warningMessage)
          An optional message notifying you of non-fatal issues with the job, such as use of an incompatible Amazon S3 bucket name.
 



Copyright © 2016. All rights reserved.