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