Uses of Class
software.amazon.awssdk.services.cloudwatch.model.DeleteInsightRulesResponse
-
Packages that use DeleteInsightRulesResponse 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. -
-
Uses of DeleteInsightRulesResponse in software.amazon.awssdk.services.cloudwatch
Methods in software.amazon.awssdk.services.cloudwatch that return DeleteInsightRulesResponse Modifier and Type Method Description default DeleteInsightRulesResponseCloudWatchClient. deleteInsightRules(Consumer<DeleteInsightRulesRequest.Builder> deleteInsightRulesRequest)Permanently deletes the specified Contributor Insights rules.default DeleteInsightRulesResponseCloudWatchClient. deleteInsightRules(DeleteInsightRulesRequest deleteInsightRulesRequest)Permanently deletes the specified Contributor Insights rules.Methods in software.amazon.awssdk.services.cloudwatch that return types with arguments of type DeleteInsightRulesResponse Modifier and Type Method Description default CompletableFuture<DeleteInsightRulesResponse>CloudWatchAsyncClient. deleteInsightRules(Consumer<DeleteInsightRulesRequest.Builder> deleteInsightRulesRequest)Permanently deletes the specified Contributor Insights rules.default CompletableFuture<DeleteInsightRulesResponse>CloudWatchAsyncClient. deleteInsightRules(DeleteInsightRulesRequest deleteInsightRulesRequest)Permanently deletes the specified Contributor Insights rules.
-