| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatch |
Amazon CloudWatch monitors your Amazon Web Services (AWS) resources and the applications you run on AWS in real time.
|
| software.amazon.awssdk.services.cloudwatch.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeInsightRulesResponse |
CloudWatchClient.describeInsightRules(Consumer<DescribeInsightRulesRequest.Builder> describeInsightRulesRequest)
Returns a list of all the Contributor Insights rules in your account.
|
default DescribeInsightRulesResponse |
CloudWatchClient.describeInsightRules(DescribeInsightRulesRequest describeInsightRulesRequest)
Returns a list of all the Contributor Insights rules in your account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeInsightRulesResponse> |
CloudWatchAsyncClient.describeInsightRules(Consumer<DescribeInsightRulesRequest.Builder> describeInsightRulesRequest)
Returns a list of all the Contributor Insights rules in your account.
|
default CompletableFuture<DescribeInsightRulesResponse> |
CloudWatchAsyncClient.describeInsightRules(DescribeInsightRulesRequest describeInsightRulesRequest)
Returns a list of all the Contributor Insights rules in your account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeInsightRulesResponse> |
DescribeInsightRulesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeInsightRulesPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeInsightRulesResponse> subscriber) |
Copyright © 2021. All rights reserved.