Uses of Class
software.amazon.awssdk.services.cloudwatch.model.GetInsightRuleReportResponse
Packages that use GetInsightRuleReportResponse
Package
Description
Amazon CloudWatch enables you to publish, monitor, and manage various metrics, as well as configure alarm actions
based on data from metrics.
-
Uses of GetInsightRuleReportResponse in software.amazon.awssdk.services.cloudwatch
Methods in software.amazon.awssdk.services.cloudwatch that return GetInsightRuleReportResponseModifier and TypeMethodDescriptiondefault GetInsightRuleReportResponseCloudWatchClient.getInsightRuleReport(Consumer<GetInsightRuleReportRequest.Builder> getInsightRuleReportRequest) This operation returns the time series data collected by a Contributor Insights rule.default GetInsightRuleReportResponseCloudWatchClient.getInsightRuleReport(GetInsightRuleReportRequest getInsightRuleReportRequest) This operation returns the time series data collected by a Contributor Insights rule.Methods in software.amazon.awssdk.services.cloudwatch that return types with arguments of type GetInsightRuleReportResponseModifier and TypeMethodDescriptionCloudWatchAsyncClient.getInsightRuleReport(Consumer<GetInsightRuleReportRequest.Builder> getInsightRuleReportRequest) This operation returns the time series data collected by a Contributor Insights rule.CloudWatchAsyncClient.getInsightRuleReport(GetInsightRuleReportRequest getInsightRuleReportRequest) This operation returns the time series data collected by a Contributor Insights rule.