Uses of Class
software.amazon.awssdk.services.snowball.model.CreateReturnShippingLabelResponse
-
Packages that use CreateReturnShippingLabelResponse Package Description software.amazon.awssdk.services.snowball The Amazon Web Services Snow Family provides 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). -
-
Uses of CreateReturnShippingLabelResponse in software.amazon.awssdk.services.snowball
Methods in software.amazon.awssdk.services.snowball that return CreateReturnShippingLabelResponse Modifier and Type Method Description default CreateReturnShippingLabelResponseSnowballClient. createReturnShippingLabel(Consumer<CreateReturnShippingLabelRequest.Builder> createReturnShippingLabelRequest)Creates a shipping label that will be used to return the Snow device to Amazon Web Services.default CreateReturnShippingLabelResponseSnowballClient. createReturnShippingLabel(CreateReturnShippingLabelRequest createReturnShippingLabelRequest)Creates a shipping label that will be used to return the Snow device to Amazon Web Services.Methods in software.amazon.awssdk.services.snowball that return types with arguments of type CreateReturnShippingLabelResponse Modifier and Type Method Description default CompletableFuture<CreateReturnShippingLabelResponse>SnowballAsyncClient. createReturnShippingLabel(Consumer<CreateReturnShippingLabelRequest.Builder> createReturnShippingLabelRequest)Creates a shipping label that will be used to return the Snow device to Amazon Web Services.default CompletableFuture<CreateReturnShippingLabelResponse>SnowballAsyncClient. createReturnShippingLabel(CreateReturnShippingLabelRequest createReturnShippingLabelRequest)Creates a shipping label that will be used to return the Snow device to Amazon Web Services.
-