| 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).
|
| software.amazon.awssdk.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateReturnShippingLabelResponse> |
SnowballAsyncClient.createReturnShippingLabel(Consumer<CreateReturnShippingLabelRequest.Builder> createReturnShippingLabelRequest)
Creates a shipping label that will be used to return the Snow device to AWS.
|
default CreateReturnShippingLabelResponse |
SnowballClient.createReturnShippingLabel(Consumer<CreateReturnShippingLabelRequest.Builder> createReturnShippingLabelRequest)
Creates a shipping label that will be used to return the Snow device to AWS.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateReturnShippingLabelRequest.Builder |
CreateReturnShippingLabelRequest.builder() |
CreateReturnShippingLabelRequest.Builder |
CreateReturnShippingLabelRequest.Builder.jobId(String jobId)
The ID for a job that you want to create the return shipping label for; for example,
JID123e4567-e89b-12d3-a456-426655440000. |
CreateReturnShippingLabelRequest.Builder |
CreateReturnShippingLabelRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateReturnShippingLabelRequest.Builder |
CreateReturnShippingLabelRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateReturnShippingLabelRequest.Builder |
CreateReturnShippingLabelRequest.Builder.shippingOption(ShippingOption shippingOption)
The shipping speed for a particular job.
|
CreateReturnShippingLabelRequest.Builder |
CreateReturnShippingLabelRequest.Builder.shippingOption(String shippingOption)
The shipping speed for a particular job.
|
CreateReturnShippingLabelRequest.Builder |
CreateReturnShippingLabelRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateReturnShippingLabelRequest.Builder> |
CreateReturnShippingLabelRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.