Uses of Class
software.amazon.awssdk.services.cloudwatch.model.PartialFailure
-
Packages that use PartialFailure Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of PartialFailure in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type PartialFailure Modifier and Type Method Description List<PartialFailure>DeleteInsightRulesResponse. failures()An array listing the rules that could not be deleted.List<PartialFailure>DisableInsightRulesResponse. failures()An array listing the rules that could not be disabled.List<PartialFailure>EnableInsightRulesResponse. failures()An array listing the rules that could not be enabled.List<PartialFailure>PutManagedInsightRulesResponse. failures()An array that lists the rules that could not be enabled.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type PartialFailure Modifier and Type Method Description DeleteInsightRulesResponse.BuilderDeleteInsightRulesResponse.Builder. failures(PartialFailure... failures)An array listing the rules that could not be deleted.DisableInsightRulesResponse.BuilderDisableInsightRulesResponse.Builder. failures(PartialFailure... failures)An array listing the rules that could not be disabled.EnableInsightRulesResponse.BuilderEnableInsightRulesResponse.Builder. failures(PartialFailure... failures)An array listing the rules that could not be enabled.PutManagedInsightRulesResponse.BuilderPutManagedInsightRulesResponse.Builder. failures(PartialFailure... failures)An array that lists the rules that could not be enabled.Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type PartialFailure Modifier and Type Method Description DeleteInsightRulesResponse.BuilderDeleteInsightRulesResponse.Builder. failures(Collection<PartialFailure> failures)An array listing the rules that could not be deleted.DisableInsightRulesResponse.BuilderDisableInsightRulesResponse.Builder. failures(Collection<PartialFailure> failures)An array listing the rules that could not be disabled.EnableInsightRulesResponse.BuilderEnableInsightRulesResponse.Builder. failures(Collection<PartialFailure> failures)An array listing the rules that could not be enabled.PutManagedInsightRulesResponse.BuilderPutManagedInsightRulesResponse.Builder. failures(Collection<PartialFailure> failures)An array that lists the rules that could not be enabled.
-