Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.ListManagedInsightRulesRequest.Builder
Packages that use ListManagedInsightRulesRequest.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 ListManagedInsightRulesRequest.Builder in software.amazon.awssdk.services.cloudwatch
Method parameters in software.amazon.awssdk.services.cloudwatch with type arguments of type ListManagedInsightRulesRequest.BuilderModifier and TypeMethodDescriptionCloudWatchAsyncClient.listManagedInsightRules(Consumer<ListManagedInsightRulesRequest.Builder> listManagedInsightRulesRequest) Returns a list that contains the number of managed Contributor Insights rules in your account.default ListManagedInsightRulesResponseCloudWatchClient.listManagedInsightRules(Consumer<ListManagedInsightRulesRequest.Builder> listManagedInsightRulesRequest) Returns a list that contains the number of managed Contributor Insights rules in your account.default ListManagedInsightRulesPublisherCloudWatchAsyncClient.listManagedInsightRulesPaginator(Consumer<ListManagedInsightRulesRequest.Builder> listManagedInsightRulesRequest) This is a variant ofCloudWatchAsyncClient.listManagedInsightRules(software.amazon.awssdk.services.cloudwatch.model.ListManagedInsightRulesRequest)operation.default ListManagedInsightRulesIterableCloudWatchClient.listManagedInsightRulesPaginator(Consumer<ListManagedInsightRulesRequest.Builder> listManagedInsightRulesRequest) This is a variant ofCloudWatchClient.listManagedInsightRules(software.amazon.awssdk.services.cloudwatch.model.ListManagedInsightRulesRequest)operation. -
Uses of ListManagedInsightRulesRequest.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return ListManagedInsightRulesRequest.BuilderModifier and TypeMethodDescriptionListManagedInsightRulesRequest.builder()ListManagedInsightRulesRequest.Builder.maxResults(Integer maxResults) The maximum number of results to return in one operation.Include this value to get the next set of rules if the value was returned by the previous operation.ListManagedInsightRulesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListManagedInsightRulesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListManagedInsightRulesRequest.Builder.resourceARN(String resourceARN) The ARN of an Amazon Web Services resource that has managed Contributor Insights rules.ListManagedInsightRulesRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type ListManagedInsightRulesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListManagedInsightRulesRequest.Builder>ListManagedInsightRulesRequest.serializableBuilderClass()