Uses of Class
software.amazon.awssdk.services.cloudwatch.model.PutManagedInsightRulesResponse
Packages that use PutManagedInsightRulesResponse
Package
Description
Amazon CloudWatch enables you to publish, monitor, and manage various metrics, as well as configure alarm actions
based on data from metrics.
-
Uses of PutManagedInsightRulesResponse in software.amazon.awssdk.services.cloudwatch
Methods in software.amazon.awssdk.services.cloudwatch that return PutManagedInsightRulesResponseModifier and TypeMethodDescriptiondefault PutManagedInsightRulesResponseCloudWatchClient.putManagedInsightRules(Consumer<PutManagedInsightRulesRequest.Builder> putManagedInsightRulesRequest) Creates a managed Contributor Insights rule for a specified Amazon Web Services resource.default PutManagedInsightRulesResponseCloudWatchClient.putManagedInsightRules(PutManagedInsightRulesRequest putManagedInsightRulesRequest) Creates a managed Contributor Insights rule for a specified Amazon Web Services resource.Methods in software.amazon.awssdk.services.cloudwatch that return types with arguments of type PutManagedInsightRulesResponseModifier and TypeMethodDescriptionCloudWatchAsyncClient.putManagedInsightRules(Consumer<PutManagedInsightRulesRequest.Builder> putManagedInsightRulesRequest) Creates a managed Contributor Insights rule for a specified Amazon Web Services resource.CloudWatchAsyncClient.putManagedInsightRules(PutManagedInsightRulesRequest putManagedInsightRulesRequest) Creates a managed Contributor Insights rule for a specified Amazon Web Services resource.