Uses of Class
software.amazon.awssdk.services.snowball.model.DescribeReturnShippingLabelResponse
-
Packages that use DescribeReturnShippingLabelResponse 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 DescribeReturnShippingLabelResponse in software.amazon.awssdk.services.snowball
Methods in software.amazon.awssdk.services.snowball that return DescribeReturnShippingLabelResponse Modifier and Type Method Description default DescribeReturnShippingLabelResponseSnowballClient. describeReturnShippingLabel(Consumer<DescribeReturnShippingLabelRequest.Builder> describeReturnShippingLabelRequest)Information on the shipping label of a Snow device that is being returned to Amazon Web Services.default DescribeReturnShippingLabelResponseSnowballClient. describeReturnShippingLabel(DescribeReturnShippingLabelRequest describeReturnShippingLabelRequest)Information on the shipping label of a Snow device that is being returned to Amazon Web Services.Methods in software.amazon.awssdk.services.snowball that return types with arguments of type DescribeReturnShippingLabelResponse Modifier and Type Method Description default CompletableFuture<DescribeReturnShippingLabelResponse>SnowballAsyncClient. describeReturnShippingLabel(Consumer<DescribeReturnShippingLabelRequest.Builder> describeReturnShippingLabelRequest)Information on the shipping label of a Snow device that is being returned to Amazon Web Services.default CompletableFuture<DescribeReturnShippingLabelResponse>SnowballAsyncClient. describeReturnShippingLabel(DescribeReturnShippingLabelRequest describeReturnShippingLabelRequest)Information on the shipping label of a Snow device that is being returned to Amazon Web Services.
-