Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.DisableInsightRulesResponse.Builder
-
Packages that use DisableInsightRulesResponse.Builder Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of DisableInsightRulesResponse.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return DisableInsightRulesResponse.Builder Modifier and Type Method Description static DisableInsightRulesResponse.BuilderDisableInsightRulesResponse. builder()DisableInsightRulesResponse.BuilderDisableInsightRulesResponse.Builder. failures(Collection<PartialFailure> failures)An array listing the rules that could not be disabled.DisableInsightRulesResponse.BuilderDisableInsightRulesResponse.Builder. failures(Consumer<PartialFailure.Builder>... failures)An array listing the rules that could not be disabled.DisableInsightRulesResponse.BuilderDisableInsightRulesResponse.Builder. failures(PartialFailure... failures)An array listing the rules that could not be disabled.DisableInsightRulesResponse.BuilderDisableInsightRulesResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type DisableInsightRulesResponse.Builder Modifier and Type Method Description static Class<? extends DisableInsightRulesResponse.Builder>DisableInsightRulesResponse. serializableBuilderClass()
-