Uses of Class
software.amazon.awssdk.services.appmesh.model.HttpGatewayRoute
-
Packages that use HttpGatewayRoute Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of HttpGatewayRoute in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return HttpGatewayRoute Modifier and Type Method Description HttpGatewayRouteGatewayRouteSpec. http2Route()An object that represents the specification of an HTTP/2 gateway route.HttpGatewayRouteGatewayRouteSpec. httpRoute()An object that represents the specification of an HTTP gateway route.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type HttpGatewayRoute Modifier and Type Method Description GatewayRouteSpec.BuilderGatewayRouteSpec.Builder. http2Route(HttpGatewayRoute http2Route)An object that represents the specification of an HTTP/2 gateway route.GatewayRouteSpec.BuilderGatewayRouteSpec.Builder. httpRoute(HttpGatewayRoute httpRoute)An object that represents the specification of an HTTP gateway route.
-