AutoCloseable
@Generated("software.amazon.awssdk:codegen") public interface ImportExportAsyncClient extends AutoCloseable
builder()
method.
Modifier and Type | Method | Description |
---|---|---|
static ImportExportAsyncClientBuilder |
builder() |
Create a builder that can be used to configure and create a
ImportExportAsyncClient . |
default CompletableFuture<CancelJobResponse> |
cancelJob(CancelJobRequest cancelJobRequest) |
This operation cancels a specified job.
|
static ImportExportAsyncClient |
create() |
Create a
ImportExportAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider . |
default CompletableFuture<CreateJobResponse> |
createJob(CreateJobRequest createJobRequest) |
This operation initiates the process of scheduling an upload or download of your data.
|
default CompletableFuture<GetShippingLabelResponse> |
getShippingLabel(GetShippingLabelRequest getShippingLabelRequest) |
This operation generates a pre-paid UPS shipping label that you will use to ship your device to AWS for
processing.
|
default CompletableFuture<GetStatusResponse> |
getStatus(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.
|
default CompletableFuture<ListJobsResponse> |
listJobs(ListJobsRequest listJobsRequest) |
This operation returns the jobs associated with the requester.
|
default CompletableFuture<UpdateJobResponse> |
updateJob(UpdateJobRequest updateJobRequest) |
You use this operation to change the parameters specified in the original manifest file by supplying a new
manifest file.
|
close
static ImportExportAsyncClient create()
ImportExportAsyncClient
with the region loaded from the
DefaultAwsRegionProviderChain
and credentials loaded from the
DefaultCredentialsProvider
.static ImportExportAsyncClientBuilder builder()
ImportExportAsyncClient
.default CompletableFuture<CancelJobResponse> cancelJob(CancelJobRequest cancelJobRequest)
cancelJobRequest
- Input structure for the CancelJob operation.default CompletableFuture<CreateJobResponse> createJob(CreateJobRequest createJobRequest)
createJobRequest
- Input structure for the CreateJob operation.default CompletableFuture<GetShippingLabelResponse> getShippingLabel(GetShippingLabelRequest getShippingLabelRequest)
getShippingLabelRequest
- default CompletableFuture<GetStatusResponse> getStatus(GetStatusRequest getStatusRequest)
getStatusRequest
- Input structure for the GetStatus operation.default CompletableFuture<ListJobsResponse> listJobs(ListJobsRequest listJobsRequest)
listJobsRequest
- Input structure for the ListJobs operation.default CompletableFuture<UpdateJobResponse> updateJob(UpdateJobRequest updateJobRequest)
updateJobRequest
- Input structure for the UpateJob operation.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.