Uses of Class
software.amazon.awscdk.services.appmesh.GatewayRouteHostnameMatch
Packages that use GatewayRouteHostnameMatch
-
Uses of GatewayRouteHostnameMatch in software.amazon.awscdk.services.appmesh
Methods in software.amazon.awscdk.services.appmesh that return GatewayRouteHostnameMatchModifier and TypeMethodDescriptionstatic GatewayRouteHostnameMatchThe value of the host name with the given name must end with the specified characters.static GatewayRouteHostnameMatchThe value of the host name must match the specified value exactly.default GatewayRouteHostnameMatchGrpcGatewayRouteMatch.getHostname()Create host name based gRPC gateway route match.GrpcGatewayRouteMatch.Jsii$Proxy.getHostname()default GatewayRouteHostnameMatchHttpGatewayRouteMatch.getHostname()The gateway route host name to be matched on.HttpGatewayRouteMatch.Jsii$Proxy.getHostname()Methods in software.amazon.awscdk.services.appmesh with parameters of type GatewayRouteHostnameMatchModifier and TypeMethodDescriptionGrpcGatewayRouteMatch.Builder.hostname(GatewayRouteHostnameMatch hostname) Sets the value ofGrpcGatewayRouteMatch.getHostname()HttpGatewayRouteMatch.Builder.hostname(GatewayRouteHostnameMatch hostname) Sets the value ofHttpGatewayRouteMatch.getHostname()