Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.PutManagedInsightRulesRequest.Builder
Packages that use PutManagedInsightRulesRequest.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 PutManagedInsightRulesRequest.Builder in software.amazon.awssdk.services.cloudwatch
Method parameters in software.amazon.awssdk.services.cloudwatch with type arguments of type PutManagedInsightRulesRequest.BuilderModifier and TypeMethodDescriptionCloudWatchAsyncClient.putManagedInsightRules(Consumer<PutManagedInsightRulesRequest.Builder> putManagedInsightRulesRequest) Creates a managed Contributor Insights rule for a specified Amazon Web Services resource.default PutManagedInsightRulesResponseCloudWatchClient.putManagedInsightRules(Consumer<PutManagedInsightRulesRequest.Builder> putManagedInsightRulesRequest) Creates a managed Contributor Insights rule for a specified Amazon Web Services resource. -
Uses of PutManagedInsightRulesRequest.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return PutManagedInsightRulesRequest.BuilderModifier and TypeMethodDescriptionPutManagedInsightRulesRequest.builder()PutManagedInsightRulesRequest.Builder.managedRules(Collection<ManagedRule> managedRules) A list ofManagedRulesto enable.PutManagedInsightRulesRequest.Builder.managedRules(Consumer<ManagedRule.Builder>... managedRules) A list ofManagedRulesto enable.PutManagedInsightRulesRequest.Builder.managedRules(ManagedRule... managedRules) A list ofManagedRulesto enable.PutManagedInsightRulesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutManagedInsightRulesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutManagedInsightRulesRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type PutManagedInsightRulesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutManagedInsightRulesRequest.Builder>PutManagedInsightRulesRequest.serializableBuilderClass()