public interface AmazonImportExportAsync extends AmazonImportExport
AsyncHandler can be used to
 receive notification when an asynchronous operation completes.
 
 
ENDPOINT_PREFIX| Modifier and Type | Method and Description | 
|---|---|
| Future<CancelJobResult> | cancelJobAsync(CancelJobRequest cancelJobRequest)This operation cancels a specified job. | 
| Future<CancelJobResult> | cancelJobAsync(CancelJobRequest cancelJobRequest,
              AsyncHandler<CancelJobRequest,CancelJobResult> asyncHandler)This operation cancels a specified job. | 
| Future<CreateJobResult> | createJobAsync(CreateJobRequest createJobRequest)This operation initiates the process of scheduling an upload or download
 of your data. | 
| Future<CreateJobResult> | createJobAsync(CreateJobRequest createJobRequest,
              AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler)This operation initiates the process of scheduling an upload or download
 of your data. | 
| Future<GetShippingLabelResult> | getShippingLabelAsync(GetShippingLabelRequest getShippingLabelRequest)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 getShippingLabelRequest,
                     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 getStatusRequest)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 getStatusRequest,
              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 listJobsRequest)This operation returns the jobs associated with the requester. | 
| Future<ListJobsResult> | listJobsAsync(ListJobsRequest listJobsRequest,
             AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)This operation returns the jobs associated with the requester. | 
| Future<UpdateJobResult> | updateJobAsync(UpdateJobRequest updateJobRequest)You use this operation to change the parameters specified in the original
 manifest file by supplying a new manifest file. | 
| Future<UpdateJobResult> | updateJobAsync(UpdateJobRequest updateJobRequest,
              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, updateJobFuture<CancelJobResult> cancelJobAsync(CancelJobRequest cancelJobRequest)
cancelJobRequest - Input structure for the CancelJob operation.Future<CancelJobResult> cancelJobAsync(CancelJobRequest cancelJobRequest, AsyncHandler<CancelJobRequest,CancelJobResult> asyncHandler)
cancelJobRequest - 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.Future<CreateJobResult> createJobAsync(CreateJobRequest createJobRequest)
createJobRequest - Input structure for the CreateJob operation.Future<CreateJobResult> createJobAsync(CreateJobRequest createJobRequest, AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler)
createJobRequest - 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.Future<GetShippingLabelResult> getShippingLabelAsync(GetShippingLabelRequest getShippingLabelRequest)
getShippingLabelRequest - Future<GetShippingLabelResult> getShippingLabelAsync(GetShippingLabelRequest getShippingLabelRequest, AsyncHandler<GetShippingLabelRequest,GetShippingLabelResult> asyncHandler)
getShippingLabelRequest - 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.Future<GetStatusResult> getStatusAsync(GetStatusRequest getStatusRequest)
getStatusRequest - Input structure for the GetStatus operation.Future<GetStatusResult> getStatusAsync(GetStatusRequest getStatusRequest, AsyncHandler<GetStatusRequest,GetStatusResult> asyncHandler)
getStatusRequest - 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.Future<ListJobsResult> listJobsAsync(ListJobsRequest listJobsRequest)
listJobsRequest - Input structure for the ListJobs operation.Future<ListJobsResult> listJobsAsync(ListJobsRequest listJobsRequest, AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
listJobsRequest - 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.Future<ListJobsResult> listJobsAsync()
listJobsAsync(ListJobsRequest)Future<ListJobsResult> listJobsAsync(AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
Future<UpdateJobResult> updateJobAsync(UpdateJobRequest updateJobRequest)
updateJobRequest - Input structure for the UpateJob operation.Future<UpdateJobResult> updateJobAsync(UpdateJobRequest updateJobRequest, AsyncHandler<UpdateJobRequest,UpdateJobResult> asyncHandler)
updateJobRequest - 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.