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