Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.DeleteInsightRulesRequest.Builder
Packages that use DeleteInsightRulesRequest.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 DeleteInsightRulesRequest.Builder in software.amazon.awssdk.services.cloudwatch
Method parameters in software.amazon.awssdk.services.cloudwatch with type arguments of type DeleteInsightRulesRequest.BuilderModifier and TypeMethodDescriptionCloudWatchAsyncClient.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.BuilderModifier and TypeMethodDescriptionDeleteInsightRulesRequest.builder()DeleteInsightRulesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeleteInsightRulesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) An array of the rule names to delete.DeleteInsightRulesRequest.Builder.ruleNames(Collection<String> ruleNames) An array of the rule names to delete.DeleteInsightRulesRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type DeleteInsightRulesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteInsightRulesRequest.Builder>DeleteInsightRulesRequest.serializableBuilderClass()