Uses of Class
software.amazon.awssdk.services.datasync.paginators.DescribeStorageSystemResourcesIterable
-
Packages that use DescribeStorageSystemResourcesIterable Package Description software.amazon.awssdk.services.datasync DataSync -
-
Uses of DescribeStorageSystemResourcesIterable in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return DescribeStorageSystemResourcesIterable Modifier and Type Method Description default DescribeStorageSystemResourcesIterableDataSyncClient. describeStorageSystemResourcesPaginator(Consumer<DescribeStorageSystemResourcesRequest.Builder> describeStorageSystemResourcesRequest)Returns information that DataSync Discovery collects about resources in your on-premises storage system.default DescribeStorageSystemResourcesIterableDataSyncClient. describeStorageSystemResourcesPaginator(DescribeStorageSystemResourcesRequest describeStorageSystemResourcesRequest)Returns information that DataSync Discovery collects about resources in your on-premises storage system.
-