Uses of Class
software.amazon.awssdk.services.vpclattice.model.RuleUpdateSuccess
-
Packages that use RuleUpdateSuccess Package Description software.amazon.awssdk.services.vpclattice.model -
-
Uses of RuleUpdateSuccess in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type RuleUpdateSuccess Modifier and Type Method Description List<RuleUpdateSuccess>BatchUpdateRuleResponse. successful()The rules that were successfully updated.Methods in software.amazon.awssdk.services.vpclattice.model with parameters of type RuleUpdateSuccess Modifier and Type Method Description BatchUpdateRuleResponse.BuilderBatchUpdateRuleResponse.Builder. successful(RuleUpdateSuccess... successful)The rules that were successfully updated.Method parameters in software.amazon.awssdk.services.vpclattice.model with type arguments of type RuleUpdateSuccess Modifier and Type Method Description BatchUpdateRuleResponse.BuilderBatchUpdateRuleResponse.Builder. successful(Collection<RuleUpdateSuccess> successful)The rules that were successfully updated.
-