Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.GetInsightRuleReportRequest.Builder
Packages that use GetInsightRuleReportRequest.Builder
Package
Description
Amazon CloudWatch monitors your Amazon Web Services (Amazon Web Services) resources and the applications you run on
Amazon Web Services in real time.
-
Uses of GetInsightRuleReportRequest.Builder in software.amazon.awssdk.services.cloudwatch
Method parameters in software.amazon.awssdk.services.cloudwatch with type arguments of type GetInsightRuleReportRequest.BuilderModifier and TypeMethodDescriptionCloudWatchAsyncClient.getInsightRuleReport(Consumer<GetInsightRuleReportRequest.Builder> getInsightRuleReportRequest) This operation returns the time series data collected by a Contributor Insights rule.default GetInsightRuleReportResponseCloudWatchClient.getInsightRuleReport(Consumer<GetInsightRuleReportRequest.Builder> getInsightRuleReportRequest) This operation returns the time series data collected by a Contributor Insights rule. -
Uses of GetInsightRuleReportRequest.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return GetInsightRuleReportRequest.BuilderModifier and TypeMethodDescriptionGetInsightRuleReportRequest.builder()The end time of the data to use in the report.GetInsightRuleReportRequest.Builder.maxContributorCount(Integer maxContributorCount) The maximum number of contributors to include in the report.Specifies which metrics to use for aggregation of contributor values for the report.GetInsightRuleReportRequest.Builder.metrics(Collection<String> metrics) Specifies which metrics to use for aggregation of contributor values for the report.Determines what statistic to use to rank the contributors.GetInsightRuleReportRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetInsightRuleReportRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The period, in seconds, to use for the statistics in theInsightRuleMetricDatapointresults.The name of the rule that you want to see data from.The start time of the data to use in the report.GetInsightRuleReportRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type GetInsightRuleReportRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetInsightRuleReportRequest.Builder>GetInsightRuleReportRequest.serializableBuilderClass()