public class AbstractAmazonImportExportAsync extends AbstractAmazonImportExport implements AmazonImportExportAsync
AmazonImportExportAsync. Convenient method
 forms pass through to the corresponding overload that takes a request object
 and an AsyncHandler, which throws an
 UnsupportedOperationException.ENDPOINT_PREFIX| Modifier and Type | Method and Description | 
|---|---|
| Future<CancelJobResult> | cancelJobAsync(CancelJobRequest request)This operation cancels a specified job. | 
| Future<CancelJobResult> | cancelJobAsync(CancelJobRequest request,
              AsyncHandler<CancelJobRequest,CancelJobResult> asyncHandler)This operation cancels a specified job. | 
| Future<CreateJobResult> | createJobAsync(CreateJobRequest request)This operation initiates the process of scheduling an upload or download
 of your data. | 
| Future<CreateJobResult> | createJobAsync(CreateJobRequest request,
              AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler)This operation initiates the process of scheduling an upload or download
 of your data. | 
| Future<GetShippingLabelResult> | getShippingLabelAsync(GetShippingLabelRequest request)This operation generates a pre-paid UPS shipping label that you will use
 to ship your device to AWS for processing. | 
| Future<GetShippingLabelResult> | getShippingLabelAsync(GetShippingLabelRequest request,
                     AsyncHandler<GetShippingLabelRequest,GetShippingLabelResult> asyncHandler)This operation generates a pre-paid UPS shipping label that you will use
 to ship your device to AWS for processing. | 
| Future<GetStatusResult> | getStatusAsync(GetStatusRequest request)This operation returns information about a job, including where the job
 is in the processing pipeline, the status of the results, and the
 signature value associated with the job. | 
| Future<GetStatusResult> | getStatusAsync(GetStatusRequest request,
              AsyncHandler<GetStatusRequest,GetStatusResult> asyncHandler)This operation returns information about a job, including where the job
 is in the processing pipeline, the status of the results, and the
 signature value associated with the job. | 
| Future<ListJobsResult> | listJobsAsync()Simplified method form for invoking the ListJobs operation. | 
| Future<ListJobsResult> | listJobsAsync(AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)Simplified method form for invoking the ListJobs operation with an
 AsyncHandler. | 
| Future<ListJobsResult> | listJobsAsync(ListJobsRequest request)This operation returns the jobs associated with the requester. | 
| Future<ListJobsResult> | listJobsAsync(ListJobsRequest request,
             AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)This operation returns the jobs associated with the requester. | 
| Future<UpdateJobResult> | updateJobAsync(UpdateJobRequest request)You use this operation to change the parameters specified in the original
 manifest file by supplying a new manifest file. | 
| Future<UpdateJobResult> | updateJobAsync(UpdateJobRequest request,
              AsyncHandler<UpdateJobRequest,UpdateJobResult> asyncHandler)You use this operation to change the parameters specified in the original
 manifest file by supplying a new manifest file. | 
cancelJob, createJob, getCachedResponseMetadata, getShippingLabel, getStatus, listJobs, listJobs, setEndpoint, setRegion, shutdown, updateJobequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcancelJob, createJob, getCachedResponseMetadata, getShippingLabel, getStatus, listJobs, listJobs, setEndpoint, setRegion, shutdown, updateJobpublic Future<CancelJobResult> cancelJobAsync(CancelJobRequest request)
AmazonImportExportAsynccancelJobAsync in interface AmazonImportExportAsyncrequest - Input structure for the CancelJob operation.public Future<CancelJobResult> cancelJobAsync(CancelJobRequest request, AsyncHandler<CancelJobRequest,CancelJobResult> asyncHandler)
AmazonImportExportAsynccancelJobAsync in interface AmazonImportExportAsyncrequest - Input structure for the CancelJob operation.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
        request. Users can provide an implementation of the callback
        methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<CreateJobResult> createJobAsync(CreateJobRequest request)
AmazonImportExportAsynccreateJobAsync in interface AmazonImportExportAsyncrequest - Input structure for the CreateJob operation.public Future<CreateJobResult> createJobAsync(CreateJobRequest request, AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler)
AmazonImportExportAsynccreateJobAsync in interface AmazonImportExportAsyncrequest - Input structure for the CreateJob operation.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
        request. Users can provide an implementation of the callback
        methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<GetShippingLabelResult> getShippingLabelAsync(GetShippingLabelRequest request)
AmazonImportExportAsyncgetShippingLabelAsync in interface AmazonImportExportAsyncpublic Future<GetShippingLabelResult> getShippingLabelAsync(GetShippingLabelRequest request, AsyncHandler<GetShippingLabelRequest,GetShippingLabelResult> asyncHandler)
AmazonImportExportAsyncgetShippingLabelAsync in interface AmazonImportExportAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the
        request. Users can provide an implementation of the callback
        methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<GetStatusResult> getStatusAsync(GetStatusRequest request)
AmazonImportExportAsyncgetStatusAsync in interface AmazonImportExportAsyncrequest - Input structure for the GetStatus operation.public Future<GetStatusResult> getStatusAsync(GetStatusRequest request, AsyncHandler<GetStatusRequest,GetStatusResult> asyncHandler)
AmazonImportExportAsyncgetStatusAsync in interface AmazonImportExportAsyncrequest - Input structure for the GetStatus operation.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
        request. Users can provide an implementation of the callback
        methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<ListJobsResult> listJobsAsync(ListJobsRequest request)
AmazonImportExportAsynclistJobsAsync in interface AmazonImportExportAsyncrequest - Input structure for the ListJobs operation.public Future<ListJobsResult> listJobsAsync(ListJobsRequest request, AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
AmazonImportExportAsynclistJobsAsync in interface AmazonImportExportAsyncrequest - Input structure for the ListJobs operation.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
        request. Users can provide an implementation of the callback
        methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.public Future<ListJobsResult> listJobsAsync()
listJobsAsync in interface AmazonImportExportAsynclistJobsAsync(ListJobsRequest)public Future<ListJobsResult> listJobsAsync(AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
listJobsAsync in interface AmazonImportExportAsynclistJobsAsync(ListJobsRequest, com.amazonaws.handlers.AsyncHandler)public Future<UpdateJobResult> updateJobAsync(UpdateJobRequest request)
AmazonImportExportAsyncupdateJobAsync in interface AmazonImportExportAsyncrequest - Input structure for the UpateJob operation.public Future<UpdateJobResult> updateJobAsync(UpdateJobRequest request, AsyncHandler<UpdateJobRequest,UpdateJobResult> asyncHandler)
AmazonImportExportAsyncupdateJobAsync in interface AmazonImportExportAsyncrequest - Input structure for the UpateJob operation.asyncHandler - Asynchronous callback handler for events in the lifecycle of the
        request. Users can provide an implementation of the callback
        methods in this interface to receive notification of successful or
        unsuccessful completion of the operation.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.