Uses of Class
software.amazon.awssdk.services.datasync.model.DescribeStorageSystemRequest
-
Packages that use DescribeStorageSystemRequest Package Description software.amazon.awssdk.services.datasync DataSync software.amazon.awssdk.services.datasync.transform -
-
Uses of DescribeStorageSystemRequest in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync with parameters of type DescribeStorageSystemRequest Modifier and Type Method Description default CompletableFuture<DescribeStorageSystemResponse>DataSyncAsyncClient. describeStorageSystem(DescribeStorageSystemRequest 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. -
Uses of DescribeStorageSystemRequest in software.amazon.awssdk.services.datasync.transform
Methods in software.amazon.awssdk.services.datasync.transform with parameters of type DescribeStorageSystemRequest Modifier and Type Method Description SdkHttpFullRequestDescribeStorageSystemRequestMarshaller. marshall(DescribeStorageSystemRequest describeStorageSystemRequest)
-