Uses of Class
software.amazon.awssdk.services.vpclattice.model.HeaderMatchType
-
Packages that use HeaderMatchType Package Description software.amazon.awssdk.services.vpclattice.model -
-
Uses of HeaderMatchType in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return HeaderMatchType Modifier and Type Method Description static HeaderMatchTypeHeaderMatchType. fromContains(String contains)Create an instance of this class withcontains()initialized to the given value.static HeaderMatchTypeHeaderMatchType. fromExact(String exact)Create an instance of this class withexact()initialized to the given value.static HeaderMatchTypeHeaderMatchType. fromPrefix(String prefix)Create an instance of this class withprefix()initialized to the given value.HeaderMatchTypeHeaderMatch. match()The header match type.Methods in software.amazon.awssdk.services.vpclattice.model with parameters of type HeaderMatchType Modifier and Type Method Description HeaderMatch.BuilderHeaderMatch.Builder. match(HeaderMatchType match)The header match type.
-