Uses of Class
software.amazon.awssdk.services.vpclattice.model.RuleUpdateFailure
-
Packages that use RuleUpdateFailure Package Description software.amazon.awssdk.services.vpclattice.model -
-
Uses of RuleUpdateFailure in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type RuleUpdateFailure Modifier and Type Method Description List<RuleUpdateFailure>BatchUpdateRuleResponse. unsuccessful()The rules that the operation couldn't update.Methods in software.amazon.awssdk.services.vpclattice.model with parameters of type RuleUpdateFailure Modifier and Type Method Description BatchUpdateRuleResponse.BuilderBatchUpdateRuleResponse.Builder. unsuccessful(RuleUpdateFailure... unsuccessful)The rules that the operation couldn't update.Method parameters in software.amazon.awssdk.services.vpclattice.model with type arguments of type RuleUpdateFailure Modifier and Type Method Description BatchUpdateRuleResponse.BuilderBatchUpdateRuleResponse.Builder. unsuccessful(Collection<RuleUpdateFailure> unsuccessful)The rules that the operation couldn't update.
-