Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.EnableInsightRulesRequest.Builder
-
Packages that use EnableInsightRulesRequest.Builder Package Description software.amazon.awssdk.services.cloudwatch Amazon CloudWatch monitors your Amazon Web Services (Amazon Web Services) resources and the applications you run on Amazon Web Services in real time.software.amazon.awssdk.services.cloudwatch.model -
-
Uses of EnableInsightRulesRequest.Builder in software.amazon.awssdk.services.cloudwatch
Method parameters in software.amazon.awssdk.services.cloudwatch with type arguments of type EnableInsightRulesRequest.Builder Modifier and Type Method Description default CompletableFuture<EnableInsightRulesResponse>CloudWatchAsyncClient. 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.Builder Modifier and Type Method Description static EnableInsightRulesRequest.BuilderEnableInsightRulesRequest. builder()EnableInsightRulesRequest.BuilderEnableInsightRulesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)EnableInsightRulesRequest.BuilderEnableInsightRulesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)EnableInsightRulesRequest.BuilderEnableInsightRulesRequest.Builder. ruleNames(String... ruleNames)An array of the rule names to enable.EnableInsightRulesRequest.BuilderEnableInsightRulesRequest.Builder. ruleNames(Collection<String> ruleNames)An array of the rule names to enable.EnableInsightRulesRequest.BuilderEnableInsightRulesRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type EnableInsightRulesRequest.Builder Modifier and Type Method Description static Class<? extends EnableInsightRulesRequest.Builder>EnableInsightRulesRequest. serializableBuilderClass()
-