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, updateJob
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cancelJob, createJob, getCachedResponseMetadata, getShippingLabel, getStatus, listJobs, listJobs, setEndpoint, setRegion, shutdown, updateJob
public Future<CancelJobResult> cancelJobAsync(CancelJobRequest request)
AmazonImportExportAsync
cancelJobAsync
in interface AmazonImportExportAsync
request
- Input structure for the CancelJob operation.public Future<CancelJobResult> cancelJobAsync(CancelJobRequest request, AsyncHandler<CancelJobRequest,CancelJobResult> asyncHandler)
AmazonImportExportAsync
cancelJobAsync
in interface AmazonImportExportAsync
request
- 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)
AmazonImportExportAsync
createJobAsync
in interface AmazonImportExportAsync
request
- Input structure for the CreateJob operation.public Future<CreateJobResult> createJobAsync(CreateJobRequest request, AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler)
AmazonImportExportAsync
createJobAsync
in interface AmazonImportExportAsync
request
- 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)
AmazonImportExportAsync
getShippingLabelAsync
in interface AmazonImportExportAsync
public Future<GetShippingLabelResult> getShippingLabelAsync(GetShippingLabelRequest request, AsyncHandler<GetShippingLabelRequest,GetShippingLabelResult> asyncHandler)
AmazonImportExportAsync
getShippingLabelAsync
in interface AmazonImportExportAsync
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<GetStatusResult> getStatusAsync(GetStatusRequest request)
AmazonImportExportAsync
getStatusAsync
in interface AmazonImportExportAsync
request
- Input structure for the GetStatus operation.public Future<GetStatusResult> getStatusAsync(GetStatusRequest request, AsyncHandler<GetStatusRequest,GetStatusResult> asyncHandler)
AmazonImportExportAsync
getStatusAsync
in interface AmazonImportExportAsync
request
- 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)
AmazonImportExportAsync
listJobsAsync
in interface AmazonImportExportAsync
request
- Input structure for the ListJobs operation.public Future<ListJobsResult> listJobsAsync(ListJobsRequest request, AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
AmazonImportExportAsync
listJobsAsync
in interface AmazonImportExportAsync
request
- 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 AmazonImportExportAsync
listJobsAsync(ListJobsRequest)
public Future<ListJobsResult> listJobsAsync(AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
listJobsAsync
in interface AmazonImportExportAsync
listJobsAsync(ListJobsRequest, com.amazonaws.handlers.AsyncHandler)
public Future<UpdateJobResult> updateJobAsync(UpdateJobRequest request)
AmazonImportExportAsync
updateJobAsync
in interface AmazonImportExportAsync
request
- Input structure for the UpateJob operation.public Future<UpdateJobResult> updateJobAsync(UpdateJobRequest request, AsyncHandler<UpdateJobRequest,UpdateJobResult> asyncHandler)
AmazonImportExportAsync
updateJobAsync
in interface AmazonImportExportAsync
request
- 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.