| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
RouteSpec |
RouteSpec.clone() |
RouteSpec |
CreateRouteRequest.getSpec()
The route specification to apply.
|
RouteSpec |
UpdateRouteRequest.getSpec()
The new route specification to apply.
|
RouteSpec |
RouteData.getSpec()
The specifications of the route.
|
RouteSpec |
RouteSpec.withGrpcRoute(GrpcRoute grpcRoute)
An object that represents the specification of a gRPC route.
|
RouteSpec |
RouteSpec.withHttp2Route(HttpRoute http2Route)
An object that represents the specification of an HTTP/2 route.
|
RouteSpec |
RouteSpec.withHttpRoute(HttpRoute httpRoute)
An object that represents the specification of an HTTP route.
|
RouteSpec |
RouteSpec.withPriority(Integer priority)
The priority for the route.
|
RouteSpec |
RouteSpec.withTcpRoute(TcpRoute tcpRoute)
An object that represents the specification of a TCP route.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateRouteRequest.setSpec(RouteSpec spec)
The route specification to apply.
|
void |
UpdateRouteRequest.setSpec(RouteSpec spec)
The new route specification to apply.
|
void |
RouteData.setSpec(RouteSpec spec)
The specifications of the route.
|
CreateRouteRequest |
CreateRouteRequest.withSpec(RouteSpec spec)
The route specification to apply.
|
UpdateRouteRequest |
UpdateRouteRequest.withSpec(RouteSpec spec)
The new route specification to apply.
|
RouteData |
RouteData.withSpec(RouteSpec spec)
The specifications of the route.
|
Copyright © 2021. All rights reserved.