Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.DisableInsightRulesRequest.Builder
Packages that use DisableInsightRulesRequest.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 DisableInsightRulesRequest.Builder in software.amazon.awssdk.services.cloudwatch
Method parameters in software.amazon.awssdk.services.cloudwatch with type arguments of type DisableInsightRulesRequest.BuilderModifier and TypeMethodDescriptionCloudWatchAsyncClient.disableInsightRules(Consumer<DisableInsightRulesRequest.Builder> disableInsightRulesRequest) Disables the specified Contributor Insights rules.default DisableInsightRulesResponseCloudWatchClient.disableInsightRules(Consumer<DisableInsightRulesRequest.Builder> disableInsightRulesRequest) Disables the specified Contributor Insights rules. -
Uses of DisableInsightRulesRequest.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return DisableInsightRulesRequest.BuilderModifier and TypeMethodDescriptionDisableInsightRulesRequest.builder()DisableInsightRulesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DisableInsightRulesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) An array of the rule names to disable.DisableInsightRulesRequest.Builder.ruleNames(Collection<String> ruleNames) An array of the rule names to disable.DisableInsightRulesRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type DisableInsightRulesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DisableInsightRulesRequest.Builder>DisableInsightRulesRequest.serializableBuilderClass()