| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
static HttpGatewayRouteAction.Builder |
HttpGatewayRouteAction.builder() |
default HttpGatewayRouteAction.Builder |
HttpGatewayRouteAction.Builder.target(Consumer<GatewayRouteTarget.Builder> target)
An object that represents the target that traffic is routed to when a request matches the gateway route.
|
HttpGatewayRouteAction.Builder |
HttpGatewayRouteAction.Builder.target(GatewayRouteTarget target)
An object that represents the target that traffic is routed to when a request matches the gateway route.
|
HttpGatewayRouteAction.Builder |
HttpGatewayRouteAction.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HttpGatewayRouteAction.Builder> |
HttpGatewayRouteAction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HttpGatewayRoute.Builder |
HttpGatewayRoute.Builder.action(Consumer<HttpGatewayRouteAction.Builder> action)
An object that represents the action to take if a match is determined.
|
Copyright © 2021. All rights reserved.