Uses of Class
software.amazon.awssdk.services.appmesh.model.HeaderMatchMethod
-
Packages that use HeaderMatchMethod Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of HeaderMatchMethod in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return HeaderMatchMethod Modifier and Type Method Description static HeaderMatchMethodHeaderMatchMethod. fromExact(String exact)Create an instance of this class withexact()initialized to the given value.static HeaderMatchMethodHeaderMatchMethod. fromPrefix(String prefix)Create an instance of this class withprefix()initialized to the given value.static HeaderMatchMethodHeaderMatchMethod. fromRange(Consumer<MatchRange.Builder> range)Create an instance of this class withrange()initialized to the given value.static HeaderMatchMethodHeaderMatchMethod. fromRange(MatchRange range)Create an instance of this class withrange()initialized to the given value.static HeaderMatchMethodHeaderMatchMethod. fromRegex(String regex)Create an instance of this class withregex()initialized to the given value.static HeaderMatchMethodHeaderMatchMethod. fromSuffix(String suffix)Create an instance of this class withsuffix()initialized to the given value.HeaderMatchMethodHttpGatewayRouteHeader. match()An object that represents the method and value to match with the header value sent in a request.HeaderMatchMethodHttpRouteHeader. match()TheHeaderMatchMethodobject.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type HeaderMatchMethod Modifier and Type Method Description HttpGatewayRouteHeader.BuilderHttpGatewayRouteHeader.Builder. match(HeaderMatchMethod match)An object that represents the method and value to match with the header value sent in a request.HttpRouteHeader.BuilderHttpRouteHeader.Builder. match(HeaderMatchMethod match)TheHeaderMatchMethodobject.
-