Uses of Class
software.amazon.awscdk.services.appmesh.HeaderMatch
Packages that use HeaderMatch
-
Uses of HeaderMatch in software.amazon.awscdk.services.appmesh
Methods in software.amazon.awscdk.services.appmesh that return HeaderMatchModifier and TypeMethodDescriptionstatic HeaderMatchHeaderMatch.valueDoesNotEndWith(String headerName, String suffix) The value of the header with the given name in the request must not end with the specified characters.static HeaderMatchHeaderMatch.valueDoesNotMatchRegex(String headerName, String regex) The value of the header with the given name in the request must not include the specified characters.static HeaderMatchHeaderMatch.valueDoesNotStartWith(String headerName, String prefix) The value of the header with the given name in the request must not start with the specified characters.static HeaderMatchHeaderMatch.valueEndsWith(String headerName, String suffix) The value of the header with the given name in the request must end with the specified characters.static HeaderMatchThe value of the header with the given name in the request must match the specified value exactly.static HeaderMatchHeaderMatch.valueIsNot(String headerName, String headerValue) The value of the header with the given name in the request must not match the specified value exactly.static HeaderMatchHeaderMatch.valueMatchesRegex(String headerName, String regex) The value of the header with the given name in the request must include the specified characters.static HeaderMatchHeaderMatch.valuesIsInRange(String headerName, Number start, Number end) The value of the header with the given name in the request must be in a range of values.static HeaderMatchHeaderMatch.valuesIsNotInRange(String headerName, Number start, Number end) The value of the header with the given name in the request must not be in a range of values.static HeaderMatchHeaderMatch.valueStartsWith(String headerName, String prefix) The value of the header with the given name in the request must start with the specified characters.Methods in software.amazon.awscdk.services.appmesh that return types with arguments of type HeaderMatchModifier and TypeMethodDescriptiondefault List<HeaderMatch>HttpGatewayRouteMatch.getHeaders()Specifies the client request headers to match on.final List<HeaderMatch>HttpGatewayRouteMatch.Jsii$Proxy.getHeaders()default List<HeaderMatch>HttpRouteMatch.getHeaders()Specifies the client request headers to match on.final List<HeaderMatch>HttpRouteMatch.Jsii$Proxy.getHeaders()default List<HeaderMatch>GrpcGatewayRouteMatch.getMetadata()Create metadata based gRPC gateway route match.final List<HeaderMatch>GrpcGatewayRouteMatch.Jsii$Proxy.getMetadata()default List<HeaderMatch>GrpcRouteMatch.getMetadata()Create metadata based gRPC route match.final List<HeaderMatch>GrpcRouteMatch.Jsii$Proxy.getMetadata()Method parameters in software.amazon.awscdk.services.appmesh with type arguments of type HeaderMatchModifier and TypeMethodDescriptionHttpGatewayRouteMatch.Builder.headers(List<? extends HeaderMatch> headers) Sets the value ofHttpGatewayRouteMatch.getHeaders()HttpRouteMatch.Builder.headers(List<? extends HeaderMatch> headers) Sets the value ofHttpRouteMatch.getHeaders()GrpcGatewayRouteMatch.Builder.metadata(List<? extends HeaderMatch> metadata) Sets the value ofGrpcGatewayRouteMatch.getMetadata()GrpcRouteMatch.Builder.metadata(List<? extends HeaderMatch> metadata) Sets the value ofGrpcRouteMatch.getMetadata()