Uses of Class
software.amazon.awssdk.services.storagegateway.model.DescribeWorkingStorageResponse
-
Packages that use DescribeWorkingStorageResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of DescribeWorkingStorageResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return DescribeWorkingStorageResponse Modifier and Type Method Description default DescribeWorkingStorageResponseStorageGatewayClient. describeWorkingStorage(Consumer<DescribeWorkingStorageRequest.Builder> describeWorkingStorageRequest)Returns information about the working storage of a gateway.default DescribeWorkingStorageResponseStorageGatewayClient. describeWorkingStorage(DescribeWorkingStorageRequest describeWorkingStorageRequest)Returns information about the working storage of a gateway.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type DescribeWorkingStorageResponse Modifier and Type Method Description default CompletableFuture<DescribeWorkingStorageResponse>StorageGatewayAsyncClient. describeWorkingStorage(Consumer<DescribeWorkingStorageRequest.Builder> describeWorkingStorageRequest)Returns information about the working storage of a gateway.default CompletableFuture<DescribeWorkingStorageResponse>StorageGatewayAsyncClient. describeWorkingStorage(DescribeWorkingStorageRequest describeWorkingStorageRequest)Returns information about the working storage of a gateway.
-