Uses of Class
software.amazon.awssdk.services.vpclattice.model.RuleMatch
-
Packages that use RuleMatch Package Description software.amazon.awssdk.services.vpclattice.model -
-
Uses of RuleMatch in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return RuleMatch Modifier and Type Method Description static RuleMatchRuleMatch. fromHttpMatch(Consumer<HttpMatch.Builder> httpMatch)Create an instance of this class withhttpMatch()initialized to the given value.static RuleMatchRuleMatch. fromHttpMatch(HttpMatch httpMatch)Create an instance of this class withhttpMatch()initialized to the given value.RuleMatchCreateRuleRequest. match()The rule match.RuleMatchCreateRuleResponse. match()The rule match.RuleMatchGetRuleResponse. match()The rule match.RuleMatchRuleUpdate. match()The rule match.RuleMatchRuleUpdateSuccess. match()The rule match.RuleMatchUpdateRuleRequest. match()The rule match.RuleMatchUpdateRuleResponse. match()The rule match.Methods in software.amazon.awssdk.services.vpclattice.model with parameters of type RuleMatch Modifier and Type Method Description CreateRuleRequest.BuilderCreateRuleRequest.Builder. match(RuleMatch match)The rule match.CreateRuleResponse.BuilderCreateRuleResponse.Builder. match(RuleMatch match)The rule match.GetRuleResponse.BuilderGetRuleResponse.Builder. match(RuleMatch match)The rule match.RuleUpdate.BuilderRuleUpdate.Builder. match(RuleMatch match)The rule match.RuleUpdateSuccess.BuilderRuleUpdateSuccess.Builder. match(RuleMatch match)The rule match.UpdateRuleRequest.BuilderUpdateRuleRequest.Builder. match(RuleMatch match)The rule match.UpdateRuleResponse.BuilderUpdateRuleResponse.Builder. match(RuleMatch match)The rule match.
-