| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
GatewayRouteTarget |
GatewayRouteTarget.clone() |
GatewayRouteTarget |
HttpGatewayRouteAction.getTarget()
An object that represents the target that traffic is routed to when a request matches the gateway route.
|
GatewayRouteTarget |
GrpcGatewayRouteAction.getTarget()
An object that represents the target that traffic is routed to when a request matches the gateway route.
|
GatewayRouteTarget |
GatewayRouteTarget.withPort(Integer port)
The port number of the gateway route target.
|
GatewayRouteTarget |
GatewayRouteTarget.withVirtualService(GatewayRouteVirtualService virtualService)
An object that represents a virtual service gateway route target.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpGatewayRouteAction.setTarget(GatewayRouteTarget target)
An object that represents the target that traffic is routed to when a request matches the gateway route.
|
void |
GrpcGatewayRouteAction.setTarget(GatewayRouteTarget target)
An object that represents the target that traffic is routed to when a request matches the gateway route.
|
HttpGatewayRouteAction |
HttpGatewayRouteAction.withTarget(GatewayRouteTarget target)
An object that represents the target that traffic is routed to when a request matches the gateway route.
|
GrpcGatewayRouteAction |
GrpcGatewayRouteAction.withTarget(GatewayRouteTarget target)
An object that represents the target that traffic is routed to when a request matches the gateway route.
|
Copyright © 2022. All rights reserved.