@Generated(value="software.amazon.awssdk:codegen") public interface ImportExportAsyncClient extends SdkClient, SdkAutoCloseable
builder() method.
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and 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.
|
default CompletableFuture<CancelJobResponse> |
cancelJob(Consumer<CancelJobRequest.Builder> 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(Consumer<CreateJobRequest.Builder> createJobRequest)
This operation initiates the process of scheduling an upload or download of your data.
|
default CompletableFuture<CreateJobResponse> |
createJob(CreateJobRequest createJobRequest)
This operation initiates the process of scheduling an upload or download of your data.
|
default CompletableFuture<GetShippingLabelResponse> |
getShippingLabel(Consumer<GetShippingLabelRequest.Builder> getShippingLabelRequest)
This operation generates a pre-paid UPS shipping label that you will use to ship your device to AWS for
processing.
|
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(Consumer<GetStatusRequest.Builder> 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<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(Consumer<ListJobsRequest.Builder> listJobsRequest)
This operation returns the jobs associated with the requester.
|
default CompletableFuture<ListJobsResponse> |
listJobs(ListJobsRequest listJobsRequest)
This operation returns the jobs associated with the requester.
|
default CompletableFuture<UpdateJobResponse> |
updateJob(Consumer<UpdateJobRequest.Builder> updateJobRequest)
You use this operation to change the parameters specified in the original manifest file by supplying a new
manifest file.
|
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.
|
serviceNameclosestatic final String SERVICE_NAME
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<CancelJobResponse> cancelJob(Consumer<CancelJobRequest.Builder> cancelJobRequest)
This is a convenience which creates an instance of the CancelJobRequest.Builder avoiding the need to
create one manually via CancelJobRequest.builder()
cancelJobRequest - A Consumer that will call methods on CancelJobInput.Builder to create a request. Input
structure for the CancelJob operation.default CompletableFuture<CreateJobResponse> createJob(CreateJobRequest createJobRequest)
createJobRequest - Input structure for the CreateJob operation.default CompletableFuture<CreateJobResponse> createJob(Consumer<CreateJobRequest.Builder> createJobRequest)
This is a convenience which creates an instance of the CreateJobRequest.Builder avoiding the need to
create one manually via CreateJobRequest.builder()
createJobRequest - A Consumer that will call methods on CreateJobInput.Builder to create a request. Input
structure for the CreateJob operation.default CompletableFuture<GetShippingLabelResponse> getShippingLabel(GetShippingLabelRequest getShippingLabelRequest)
getShippingLabelRequest - default CompletableFuture<GetShippingLabelResponse> getShippingLabel(Consumer<GetShippingLabelRequest.Builder> getShippingLabelRequest)
This is a convenience which creates an instance of the GetShippingLabelRequest.Builder avoiding the need
to create one manually via GetShippingLabelRequest.builder()
getShippingLabelRequest - A Consumer that will call methods on GetShippingLabelInput.Builder to create a request.default CompletableFuture<GetStatusResponse> getStatus(GetStatusRequest getStatusRequest)
getStatusRequest - Input structure for the GetStatus operation.default CompletableFuture<GetStatusResponse> getStatus(Consumer<GetStatusRequest.Builder> getStatusRequest)
This is a convenience which creates an instance of the GetStatusRequest.Builder avoiding the need to
create one manually via GetStatusRequest.builder()
getStatusRequest - A Consumer that will call methods on GetStatusInput.Builder to create a request. Input
structure for the GetStatus operation.default CompletableFuture<ListJobsResponse> listJobs(ListJobsRequest listJobsRequest)
listJobsRequest - Input structure for the ListJobs operation.default CompletableFuture<ListJobsResponse> listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)
This is a convenience which creates an instance of the ListJobsRequest.Builder avoiding the need to
create one manually via ListJobsRequest.builder()
listJobsRequest - A Consumer that will call methods on ListJobsInput.Builder to create a request. Input
structure for the ListJobs operation.default CompletableFuture<UpdateJobResponse> updateJob(UpdateJobRequest updateJobRequest)
updateJobRequest - Input structure for the UpateJob operation.default CompletableFuture<UpdateJobResponse> updateJob(Consumer<UpdateJobRequest.Builder> updateJobRequest)
This is a convenience which creates an instance of the UpdateJobRequest.Builder avoiding the need to
create one manually via UpdateJobRequest.builder()
updateJobRequest - A Consumer that will call methods on UpdateJobInput.Builder to create a request. Input
structure for the UpateJob operation.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.