Uses of Class
software.amazon.awssdk.services.datasync.model.DescribeStorageSystemResponse
-
Packages that use DescribeStorageSystemResponse Package Description software.amazon.awssdk.services.datasync DataSync -
-
Uses of DescribeStorageSystemResponse in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return DescribeStorageSystemResponse Modifier and Type Method Description default DescribeStorageSystemResponseDataSyncClient. describeStorageSystem(Consumer<DescribeStorageSystemRequest.Builder> describeStorageSystemRequest)Returns information about an on-premises storage system that you're using with DataSync Discovery.default DescribeStorageSystemResponseDataSyncClient. describeStorageSystem(DescribeStorageSystemRequest describeStorageSystemRequest)Returns information about an on-premises storage system that you're using with DataSync Discovery.Methods in software.amazon.awssdk.services.datasync that return types with arguments of type DescribeStorageSystemResponse Modifier and Type Method Description default CompletableFuture<DescribeStorageSystemResponse>DataSyncAsyncClient. describeStorageSystem(Consumer<DescribeStorageSystemRequest.Builder> describeStorageSystemRequest)Returns information about an on-premises storage system that you're using with DataSync Discovery.default CompletableFuture<DescribeStorageSystemResponse>DataSyncAsyncClient. describeStorageSystem(DescribeStorageSystemRequest describeStorageSystemRequest)Returns information about an on-premises storage system that you're using with DataSync Discovery.
-