Uses of Class
software.amazon.awssdk.services.rum.model.MetricDefinition
-
Packages that use MetricDefinition Package Description software.amazon.awssdk.services.rum.model software.amazon.awssdk.services.rum.paginators -
-
Uses of MetricDefinition in software.amazon.awssdk.services.rum.model
Methods in software.amazon.awssdk.services.rum.model that return types with arguments of type MetricDefinition Modifier and Type Method Description List<MetricDefinition>BatchCreateRumMetricDefinitionsResponse. metricDefinitions()An array of structures that define the extended metrics.List<MetricDefinition>BatchGetRumMetricDefinitionsResponse. metricDefinitions()An array of structures that display information about the metrics that are sent by the specified app monitor to the specified destination.Methods in software.amazon.awssdk.services.rum.model with parameters of type MetricDefinition Modifier and Type Method Description BatchCreateRumMetricDefinitionsResponse.BuilderBatchCreateRumMetricDefinitionsResponse.Builder. metricDefinitions(MetricDefinition... metricDefinitions)An array of structures that define the extended metrics.BatchGetRumMetricDefinitionsResponse.BuilderBatchGetRumMetricDefinitionsResponse.Builder. metricDefinitions(MetricDefinition... metricDefinitions)An array of structures that display information about the metrics that are sent by the specified app monitor to the specified destination.Method parameters in software.amazon.awssdk.services.rum.model with type arguments of type MetricDefinition Modifier and Type Method Description BatchCreateRumMetricDefinitionsResponse.BuilderBatchCreateRumMetricDefinitionsResponse.Builder. metricDefinitions(Collection<MetricDefinition> metricDefinitions)An array of structures that define the extended metrics.BatchGetRumMetricDefinitionsResponse.BuilderBatchGetRumMetricDefinitionsResponse.Builder. metricDefinitions(Collection<MetricDefinition> metricDefinitions)An array of structures that display information about the metrics that are sent by the specified app monitor to the specified destination. -
Uses of MetricDefinition in software.amazon.awssdk.services.rum.paginators
Methods in software.amazon.awssdk.services.rum.paginators that return types with arguments of type MetricDefinition Modifier and Type Method Description SdkIterable<MetricDefinition>BatchGetRumMetricDefinitionsIterable. metricDefinitions()Returns an iterable to iterate through the paginatedBatchGetRumMetricDefinitionsResponse.metricDefinitions()member.SdkPublisher<MetricDefinition>BatchGetRumMetricDefinitionsPublisher. metricDefinitions()Returns a publisher that can be used to get a stream of data.
-