| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
HttpGatewayRouteAction |
HttpGatewayRouteAction.clone() |
HttpGatewayRouteAction |
HttpGatewayRoute.getAction()
An object that represents the action to take if a match is determined.
|
HttpGatewayRouteAction |
HttpGatewayRouteAction.withRewrite(HttpGatewayRouteRewrite rewrite)
The gateway route action to rewrite.
|
HttpGatewayRouteAction |
HttpGatewayRouteAction.withTarget(GatewayRouteTarget target)
An object that represents the target that traffic is routed to when a request matches the gateway route.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpGatewayRoute.setAction(HttpGatewayRouteAction action)
An object that represents the action to take if a match is determined.
|
HttpGatewayRoute |
HttpGatewayRoute.withAction(HttpGatewayRouteAction action)
An object that represents the action to take if a match is determined.
|
Copyright © 2023. All rights reserved.