Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.DeleteInsightRulesRequest.Builder
-
Packages that use DeleteInsightRulesRequest.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 DeleteInsightRulesRequest.Builder in software.amazon.awssdk.services.cloudwatch
Method parameters in software.amazon.awssdk.services.cloudwatch with type arguments of type DeleteInsightRulesRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteInsightRulesResponse>CloudWatchAsyncClient. deleteInsightRules(Consumer<DeleteInsightRulesRequest.Builder> deleteInsightRulesRequest)Permanently deletes the specified Contributor Insights rules.default DeleteInsightRulesResponseCloudWatchClient. deleteInsightRules(Consumer<DeleteInsightRulesRequest.Builder> deleteInsightRulesRequest)Permanently deletes the specified Contributor Insights rules. -
Uses of DeleteInsightRulesRequest.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return DeleteInsightRulesRequest.Builder Modifier and Type Method Description static DeleteInsightRulesRequest.BuilderDeleteInsightRulesRequest. builder()DeleteInsightRulesRequest.BuilderDeleteInsightRulesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteInsightRulesRequest.BuilderDeleteInsightRulesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteInsightRulesRequest.BuilderDeleteInsightRulesRequest.Builder. ruleNames(String... ruleNames)An array of the rule names to delete.DeleteInsightRulesRequest.BuilderDeleteInsightRulesRequest.Builder. ruleNames(Collection<String> ruleNames)An array of the rule names to delete.DeleteInsightRulesRequest.BuilderDeleteInsightRulesRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type DeleteInsightRulesRequest.Builder Modifier and Type Method Description static Class<? extends DeleteInsightRulesRequest.Builder>DeleteInsightRulesRequest. serializableBuilderClass()
-