Uses of Class
software.amazon.awssdk.services.datasync.model.DescribeStorageSystemResourcesResponse
-
Packages that use DescribeStorageSystemResourcesResponse Package Description software.amazon.awssdk.services.datasync DataSync software.amazon.awssdk.services.datasync.paginators -
-
Uses of DescribeStorageSystemResourcesResponse in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return DescribeStorageSystemResourcesResponse Modifier and Type Method Description default DescribeStorageSystemResourcesResponseDataSyncClient. describeStorageSystemResources(Consumer<DescribeStorageSystemResourcesRequest.Builder> describeStorageSystemResourcesRequest)Returns information that DataSync Discovery collects about resources in your on-premises storage system.default DescribeStorageSystemResourcesResponseDataSyncClient. describeStorageSystemResources(DescribeStorageSystemResourcesRequest describeStorageSystemResourcesRequest)Returns information that DataSync Discovery collects about resources in your on-premises storage system.Methods in software.amazon.awssdk.services.datasync that return types with arguments of type DescribeStorageSystemResourcesResponse Modifier and Type Method Description default CompletableFuture<DescribeStorageSystemResourcesResponse>DataSyncAsyncClient. describeStorageSystemResources(Consumer<DescribeStorageSystemResourcesRequest.Builder> describeStorageSystemResourcesRequest)Returns information that DataSync Discovery collects about resources in your on-premises storage system.default CompletableFuture<DescribeStorageSystemResourcesResponse>DataSyncAsyncClient. describeStorageSystemResources(DescribeStorageSystemResourcesRequest describeStorageSystemResourcesRequest)Returns information that DataSync Discovery collects about resources in your on-premises storage system. -
Uses of DescribeStorageSystemResourcesResponse in software.amazon.awssdk.services.datasync.paginators
Methods in software.amazon.awssdk.services.datasync.paginators that return types with arguments of type DescribeStorageSystemResourcesResponse Modifier and Type Method Description Iterator<DescribeStorageSystemResourcesResponse>DescribeStorageSystemResourcesIterable. iterator()Method parameters in software.amazon.awssdk.services.datasync.paginators with type arguments of type DescribeStorageSystemResourcesResponse Modifier and Type Method Description voidDescribeStorageSystemResourcesPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeStorageSystemResourcesResponse> subscriber)
-