Uses of Class
software.amazon.awssdk.services.cloudwatch.model.PartialFailure
Packages that use PartialFailure
-
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 PartialFailureModifier and TypeMethodDescriptionfinal List<PartialFailure>DeleteInsightRulesResponse.failures()An array listing the rules that could not be deleted.final List<PartialFailure>DisableInsightRulesResponse.failures()An array listing the rules that could not be disabled.final List<PartialFailure>EnableInsightRulesResponse.failures()An array listing the rules that could not be enabled.final 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 PartialFailureModifier and TypeMethodDescriptionDeleteInsightRulesResponse.Builder.failures(PartialFailure... failures) An array listing the rules that could not be deleted.DisableInsightRulesResponse.Builder.failures(PartialFailure... failures) An array listing the rules that could not be disabled.EnableInsightRulesResponse.Builder.failures(PartialFailure... failures) An array listing the rules that could not be enabled.PutManagedInsightRulesResponse.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 PartialFailureModifier and TypeMethodDescriptionDeleteInsightRulesResponse.Builder.failures(Collection<PartialFailure> failures) An array listing the rules that could not be deleted.DisableInsightRulesResponse.Builder.failures(Collection<PartialFailure> failures) An array listing the rules that could not be disabled.EnableInsightRulesResponse.Builder.failures(Collection<PartialFailure> failures) An array listing the rules that could not be enabled.PutManagedInsightRulesResponse.Builder.failures(Collection<PartialFailure> failures) An array that lists the rules that could not be enabled.