Uses of Class
software.amazon.awssdk.services.vpclattice.model.RuleUpdate
-
Packages that use RuleUpdate Package Description software.amazon.awssdk.services.vpclattice.model -
-
Uses of RuleUpdate in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type RuleUpdate Modifier and Type Method Description List<RuleUpdate>BatchUpdateRuleRequest. rules()The rules for the specified listener.Methods in software.amazon.awssdk.services.vpclattice.model with parameters of type RuleUpdate Modifier and Type Method Description BatchUpdateRuleRequest.BuilderBatchUpdateRuleRequest.Builder. rules(RuleUpdate... rules)The rules for the specified listener.Method parameters in software.amazon.awssdk.services.vpclattice.model with type arguments of type RuleUpdate Modifier and Type Method Description BatchUpdateRuleRequest.BuilderBatchUpdateRuleRequest.Builder. rules(Collection<RuleUpdate> rules)The rules for the specified listener.
-