Uses of Class
software.amazon.awssdk.services.rum.model.MetricDestinationSummary
-
Packages that use MetricDestinationSummary Package Description software.amazon.awssdk.services.rum.model software.amazon.awssdk.services.rum.paginators -
-
Uses of MetricDestinationSummary in software.amazon.awssdk.services.rum.model
Methods in software.amazon.awssdk.services.rum.model that return types with arguments of type MetricDestinationSummary Modifier and Type Method Description List<MetricDestinationSummary>ListRumMetricsDestinationsResponse. destinations()The list of CloudWatch RUM extended metrics destinations associated with the app monitor that you specified.Methods in software.amazon.awssdk.services.rum.model with parameters of type MetricDestinationSummary Modifier and Type Method Description ListRumMetricsDestinationsResponse.BuilderListRumMetricsDestinationsResponse.Builder. destinations(MetricDestinationSummary... destinations)The list of CloudWatch RUM extended metrics destinations associated with the app monitor that you specified.Method parameters in software.amazon.awssdk.services.rum.model with type arguments of type MetricDestinationSummary Modifier and Type Method Description ListRumMetricsDestinationsResponse.BuilderListRumMetricsDestinationsResponse.Builder. destinations(Collection<MetricDestinationSummary> destinations)The list of CloudWatch RUM extended metrics destinations associated with the app monitor that you specified. -
Uses of MetricDestinationSummary in software.amazon.awssdk.services.rum.paginators
Methods in software.amazon.awssdk.services.rum.paginators that return types with arguments of type MetricDestinationSummary Modifier and Type Method Description SdkIterable<MetricDestinationSummary>ListRumMetricsDestinationsIterable. destinations()Returns an iterable to iterate through the paginatedListRumMetricsDestinationsResponse.destinations()member.SdkPublisher<MetricDestinationSummary>ListRumMetricsDestinationsPublisher. destinations()Returns a publisher that can be used to get a stream of data.
-