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