| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowball |
AWS Snow Family is a petabyte-scale data transport solution that uses secure devices to transfer large amounts of
data between your on-premises data centers and Amazon Simple Storage Service (Amazon S3).
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateJobResponse |
SnowballClient.updateJob(Consumer<UpdateJobRequest.Builder> updateJobRequest)
While a job's
JobState value is New, you can update some of the information associated
with a job. |
default UpdateJobResponse |
SnowballClient.updateJob(UpdateJobRequest updateJobRequest)
While a job's
JobState value is New, you can update some of the information associated
with a job. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateJobResponse> |
SnowballAsyncClient.updateJob(Consumer<UpdateJobRequest.Builder> updateJobRequest)
While a job's
JobState value is New, you can update some of the information associated
with a job. |
default CompletableFuture<UpdateJobResponse> |
SnowballAsyncClient.updateJob(UpdateJobRequest updateJobRequest)
While a job's
JobState value is New, you can update some of the information associated
with a job. |
Copyright © 2021. All rights reserved.