Uses of Class
software.amazon.awssdk.services.vpclattice.model.HeaderMatch
-
Packages that use HeaderMatch Package Description software.amazon.awssdk.services.vpclattice.model -
-
Uses of HeaderMatch in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type HeaderMatch Modifier and Type Method Description List<HeaderMatch>HttpMatch. headerMatches()The header matches.Methods in software.amazon.awssdk.services.vpclattice.model with parameters of type HeaderMatch Modifier and Type Method Description HttpMatch.BuilderHttpMatch.Builder. headerMatches(HeaderMatch... headerMatches)The header matches.Method parameters in software.amazon.awssdk.services.vpclattice.model with type arguments of type HeaderMatch Modifier and Type Method Description HttpMatch.BuilderHttpMatch.Builder. headerMatches(Collection<HeaderMatch> headerMatches)The header matches.
-