Uses of Class
software.amazon.awssdk.services.ec2.model.MetricDataResult
-
Packages that use MetricDataResult Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of MetricDataResult in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type MetricDataResult Modifier and Type Method Description List<MetricDataResult>GetCapacityManagerMetricDataResponse. metricDataResults()The metric data points returned by the query.Methods in software.amazon.awssdk.services.ec2.model with parameters of type MetricDataResult Modifier and Type Method Description GetCapacityManagerMetricDataResponse.BuilderGetCapacityManagerMetricDataResponse.Builder. metricDataResults(MetricDataResult... metricDataResults)The metric data points returned by the query.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type MetricDataResult Modifier and Type Method Description GetCapacityManagerMetricDataResponse.BuilderGetCapacityManagerMetricDataResponse.Builder. metricDataResults(Collection<MetricDataResult> metricDataResults)The metric data points returned by the query. -
Uses of MetricDataResult in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type MetricDataResult Modifier and Type Method Description SdkIterable<MetricDataResult>GetCapacityManagerMetricDataIterable. metricDataResults()Returns an iterable to iterate through the paginatedGetCapacityManagerMetricDataResponse.metricDataResults()member.SdkPublisher<MetricDataResult>GetCapacityManagerMetricDataPublisher. metricDataResults()Returns a publisher that can be used to get a stream of data.
-