Uses of Class
software.amazon.awssdk.services.datasync.model.DescribeStorageSystemResourceMetricsResponse
-
Packages that use DescribeStorageSystemResourceMetricsResponse Package Description software.amazon.awssdk.services.datasync DataSync software.amazon.awssdk.services.datasync.paginators -
-
Uses of DescribeStorageSystemResourceMetricsResponse in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return DescribeStorageSystemResourceMetricsResponse Modifier and Type Method Description default DescribeStorageSystemResourceMetricsResponseDataSyncClient. describeStorageSystemResourceMetrics(Consumer<DescribeStorageSystemResourceMetricsRequest.Builder> describeStorageSystemResourceMetricsRequest)Returns information, including performance data and capacity usage, which DataSync Discovery collects about a specific resource in your-premises storage system.default DescribeStorageSystemResourceMetricsResponseDataSyncClient. describeStorageSystemResourceMetrics(DescribeStorageSystemResourceMetricsRequest describeStorageSystemResourceMetricsRequest)Returns information, including performance data and capacity usage, which DataSync Discovery collects about a specific resource in your-premises storage system.Methods in software.amazon.awssdk.services.datasync that return types with arguments of type DescribeStorageSystemResourceMetricsResponse Modifier and Type Method Description default CompletableFuture<DescribeStorageSystemResourceMetricsResponse>DataSyncAsyncClient. describeStorageSystemResourceMetrics(Consumer<DescribeStorageSystemResourceMetricsRequest.Builder> describeStorageSystemResourceMetricsRequest)Returns information, including performance data and capacity usage, which DataSync Discovery collects about a specific resource in your-premises storage system.default CompletableFuture<DescribeStorageSystemResourceMetricsResponse>DataSyncAsyncClient. describeStorageSystemResourceMetrics(DescribeStorageSystemResourceMetricsRequest describeStorageSystemResourceMetricsRequest)Returns information, including performance data and capacity usage, which DataSync Discovery collects about a specific resource in your-premises storage system. -
Uses of DescribeStorageSystemResourceMetricsResponse in software.amazon.awssdk.services.datasync.paginators
Methods in software.amazon.awssdk.services.datasync.paginators that return types with arguments of type DescribeStorageSystemResourceMetricsResponse Modifier and Type Method Description Iterator<DescribeStorageSystemResourceMetricsResponse>DescribeStorageSystemResourceMetricsIterable. iterator()Method parameters in software.amazon.awssdk.services.datasync.paginators with type arguments of type DescribeStorageSystemResourceMetricsResponse Modifier and Type Method Description voidDescribeStorageSystemResourceMetricsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeStorageSystemResourceMetricsResponse> subscriber)
-