Package | Description |
---|---|
com.amazonaws.services.cloudwatch |
Amazon CloudWatch monitors your Amazon Web Services (AWS) resources and the applications you run on AWS in real time.
|
com.amazonaws.services.cloudwatch.model |
Modifier and Type | Method and Description |
---|---|
Future<GetInsightRuleReportResult> |
AmazonCloudWatchAsyncClient.getInsightRuleReportAsync(GetInsightRuleReportRequest request,
AsyncHandler<GetInsightRuleReportRequest,GetInsightRuleReportResult> asyncHandler) |
Future<GetInsightRuleReportResult> |
AmazonCloudWatchAsync.getInsightRuleReportAsync(GetInsightRuleReportRequest getInsightRuleReportRequest,
AsyncHandler<GetInsightRuleReportRequest,GetInsightRuleReportResult> asyncHandler)
This operation returns the time series data collected by a Contributor Insights rule.
|
Future<GetInsightRuleReportResult> |
AbstractAmazonCloudWatchAsync.getInsightRuleReportAsync(GetInsightRuleReportRequest request,
AsyncHandler<GetInsightRuleReportRequest,GetInsightRuleReportResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetInsightRuleReportRequest |
GetInsightRuleReportRequest.clone() |
GetInsightRuleReportRequest |
GetInsightRuleReportRequest.withEndTime(Date endTime)
The end time of the data to use in the report.
|
GetInsightRuleReportRequest |
GetInsightRuleReportRequest.withMaxContributorCount(Integer maxContributorCount)
The maximum number of contributors to include in the report.
|
GetInsightRuleReportRequest |
GetInsightRuleReportRequest.withMetrics(Collection<String> metrics)
Specifies which metrics to use for aggregation of contributor values for the report.
|
GetInsightRuleReportRequest |
GetInsightRuleReportRequest.withMetrics(String... metrics)
Specifies which metrics to use for aggregation of contributor values for the report.
|
GetInsightRuleReportRequest |
GetInsightRuleReportRequest.withOrderBy(String orderBy)
Determines what statistic to use to rank the contributors.
|
GetInsightRuleReportRequest |
GetInsightRuleReportRequest.withPeriod(Integer period)
The period, in seconds, to use for the statistics in the
InsightRuleMetricDatapoint results. |
GetInsightRuleReportRequest |
GetInsightRuleReportRequest.withRuleName(String ruleName)
The name of the rule that you want to see data from.
|
GetInsightRuleReportRequest |
GetInsightRuleReportRequest.withStartTime(Date startTime)
The start time of the data to use in the report.
|
Copyright © 2021. All rights reserved.