Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.DescribeInsightRulesRequest.Builder
Packages that use DescribeInsightRulesRequest.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 DescribeInsightRulesRequest.Builder in software.amazon.awssdk.services.cloudwatch
Method parameters in software.amazon.awssdk.services.cloudwatch with type arguments of type DescribeInsightRulesRequest.BuilderModifier and TypeMethodDescriptionCloudWatchAsyncClient.describeInsightRules(Consumer<DescribeInsightRulesRequest.Builder> describeInsightRulesRequest) Returns a list of all the Contributor Insights rules in your account.default DescribeInsightRulesResponseCloudWatchClient.describeInsightRules(Consumer<DescribeInsightRulesRequest.Builder> describeInsightRulesRequest) Returns a list of all the Contributor Insights rules in your account.default DescribeInsightRulesPublisherCloudWatchAsyncClient.describeInsightRulesPaginator(Consumer<DescribeInsightRulesRequest.Builder> describeInsightRulesRequest) This is a variant ofCloudWatchAsyncClient.describeInsightRules(software.amazon.awssdk.services.cloudwatch.model.DescribeInsightRulesRequest)operation.default DescribeInsightRulesIterableCloudWatchClient.describeInsightRulesPaginator(Consumer<DescribeInsightRulesRequest.Builder> describeInsightRulesRequest) This is a variant ofCloudWatchClient.describeInsightRules(software.amazon.awssdk.services.cloudwatch.model.DescribeInsightRulesRequest)operation. -
Uses of DescribeInsightRulesRequest.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return DescribeInsightRulesRequest.BuilderModifier and TypeMethodDescriptionDescribeInsightRulesRequest.builder()DescribeInsightRulesRequest.Builder.maxResults(Integer maxResults) The maximum number of results to return in one operation.Include this value, if it was returned by the previous operation, to get the next set of rules.DescribeInsightRulesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeInsightRulesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeInsightRulesRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type DescribeInsightRulesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeInsightRulesRequest.Builder>DescribeInsightRulesRequest.serializableBuilderClass()