Uses of Class
software.amazon.awssdk.services.datasync.model.ResourceMetrics
-
Packages that use ResourceMetrics Package Description software.amazon.awssdk.services.datasync.model software.amazon.awssdk.services.datasync.paginators -
-
Uses of ResourceMetrics in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type ResourceMetrics Modifier and Type Method Description List<ResourceMetrics>DescribeStorageSystemResourceMetricsResponse. metrics()The details that your discovery job collected about your storage system resource.Methods in software.amazon.awssdk.services.datasync.model with parameters of type ResourceMetrics Modifier and Type Method Description DescribeStorageSystemResourceMetricsResponse.BuilderDescribeStorageSystemResourceMetricsResponse.Builder. metrics(ResourceMetrics... metrics)The details that your discovery job collected about your storage system resource.Method parameters in software.amazon.awssdk.services.datasync.model with type arguments of type ResourceMetrics Modifier and Type Method Description DescribeStorageSystemResourceMetricsResponse.BuilderDescribeStorageSystemResourceMetricsResponse.Builder. metrics(Collection<ResourceMetrics> metrics)The details that your discovery job collected about your storage system resource. -
Uses of ResourceMetrics in software.amazon.awssdk.services.datasync.paginators
Methods in software.amazon.awssdk.services.datasync.paginators that return types with arguments of type ResourceMetrics Modifier and Type Method Description SdkIterable<ResourceMetrics>DescribeStorageSystemResourceMetricsIterable. metrics()Returns an iterable to iterate through the paginatedDescribeStorageSystemResourceMetricsResponse.metrics()member.SdkPublisher<ResourceMetrics>DescribeStorageSystemResourceMetricsPublisher. metrics()Returns a publisher that can be used to get a stream of data.
-