Uses of Class
software.amazon.awssdk.services.cloudwatch.model.MetricStreamEntry
-
Packages that use MetricStreamEntry Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of MetricStreamEntry in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type MetricStreamEntry Modifier and Type Method Description List<MetricStreamEntry>ListMetricStreamsResponse. entries()The array of metric stream information.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type MetricStreamEntry Modifier and Type Method Description ListMetricStreamsResponse.BuilderListMetricStreamsResponse.Builder. entries(MetricStreamEntry... entries)The array of metric stream information.Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type MetricStreamEntry Modifier and Type Method Description ListMetricStreamsResponse.BuilderListMetricStreamsResponse.Builder. entries(Collection<MetricStreamEntry> entries)The array of metric stream information.
-