| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
HttpGatewayRoute |
HttpGatewayRoute.clone() |
HttpGatewayRoute |
GatewayRouteSpec.getHttp2Route()
An object that represents the specification of an HTTP/2 gateway route.
|
HttpGatewayRoute |
GatewayRouteSpec.getHttpRoute()
An object that represents the specification of an HTTP gateway route.
|
HttpGatewayRoute |
HttpGatewayRoute.withAction(HttpGatewayRouteAction action)
An object that represents the action to take if a match is determined.
|
HttpGatewayRoute |
HttpGatewayRoute.withMatch(HttpGatewayRouteMatch match)
An object that represents the criteria for determining a request match.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GatewayRouteSpec.setHttp2Route(HttpGatewayRoute http2Route)
An object that represents the specification of an HTTP/2 gateway route.
|
void |
GatewayRouteSpec.setHttpRoute(HttpGatewayRoute httpRoute)
An object that represents the specification of an HTTP gateway route.
|
GatewayRouteSpec |
GatewayRouteSpec.withHttp2Route(HttpGatewayRoute http2Route)
An object that represents the specification of an HTTP/2 gateway route.
|
GatewayRouteSpec |
GatewayRouteSpec.withHttpRoute(HttpGatewayRoute httpRoute)
An object that represents the specification of an HTTP gateway route.
|
Copyright © 2024. All rights reserved.