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