Uses of Class
software.amazon.awssdk.services.appmesh.model.HttpGatewayRouteHeader
-
Packages that use HttpGatewayRouteHeader Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of HttpGatewayRouteHeader in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type HttpGatewayRouteHeader Modifier and Type Method Description List<HttpGatewayRouteHeader>HttpGatewayRouteMatch. headers()The client request headers to match on.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type HttpGatewayRouteHeader Modifier and Type Method Description HttpGatewayRouteMatch.BuilderHttpGatewayRouteMatch.Builder. headers(HttpGatewayRouteHeader... headers)The client request headers to match on.Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type HttpGatewayRouteHeader Modifier and Type Method Description HttpGatewayRouteMatch.BuilderHttpGatewayRouteMatch.Builder. headers(Collection<HttpGatewayRouteHeader> headers)The client request headers to match on.
-