Uses of Class
software.amazon.awssdk.services.snowball.model.DescribeAddressResponse
-
Packages that use DescribeAddressResponse 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 DescribeAddressResponse in software.amazon.awssdk.services.snowball
Methods in software.amazon.awssdk.services.snowball that return DescribeAddressResponse Modifier and Type Method Description default DescribeAddressResponseSnowballClient. describeAddress(Consumer<DescribeAddressRequest.Builder> describeAddressRequest)Takes anAddressIdand returns specific details about that address in the form of anAddressobject.default DescribeAddressResponseSnowballClient. describeAddress(DescribeAddressRequest describeAddressRequest)Takes anAddressIdand returns specific details about that address in the form of anAddressobject.Methods in software.amazon.awssdk.services.snowball that return types with arguments of type DescribeAddressResponse Modifier and Type Method Description default CompletableFuture<DescribeAddressResponse>SnowballAsyncClient. describeAddress(Consumer<DescribeAddressRequest.Builder> describeAddressRequest)Takes anAddressIdand returns specific details about that address in the form of anAddressobject.default CompletableFuture<DescribeAddressResponse>SnowballAsyncClient. describeAddress(DescribeAddressRequest describeAddressRequest)Takes anAddressIdand returns specific details about that address in the form of anAddressobject.
-