| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
GatewayRouteSpec |
GatewayRouteSpec.clone() |
GatewayRouteSpec |
GatewayRouteData.getSpec()
The specifications of the gateway route.
|
GatewayRouteSpec |
UpdateGatewayRouteRequest.getSpec()
The new gateway route specification to apply.
|
GatewayRouteSpec |
CreateGatewayRouteRequest.getSpec()
The gateway route specification to apply.
|
GatewayRouteSpec |
GatewayRouteSpec.withGrpcRoute(GrpcGatewayRoute grpcRoute)
An object that represents the specification of a gRPC gateway route.
|
GatewayRouteSpec |
GatewayRouteSpec.withHttp2Route(HttpGatewayRoute http2Route)
An object that represents the specification of an HTTP/2 gateway route.
|
GatewayRouteSpec |
GatewayRouteSpec.withHttpRoute(HttpGatewayRoute httpRoute)
An object that represents the specification of an HTTP gateway route.
|
GatewayRouteSpec |
GatewayRouteSpec.withPriority(Integer priority)
The ordering of the gateway routes spec.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GatewayRouteData.setSpec(GatewayRouteSpec spec)
The specifications of the gateway route.
|
void |
UpdateGatewayRouteRequest.setSpec(GatewayRouteSpec spec)
The new gateway route specification to apply.
|
void |
CreateGatewayRouteRequest.setSpec(GatewayRouteSpec spec)
The gateway route specification to apply.
|
GatewayRouteData |
GatewayRouteData.withSpec(GatewayRouteSpec spec)
The specifications of the gateway route.
|
UpdateGatewayRouteRequest |
UpdateGatewayRouteRequest.withSpec(GatewayRouteSpec spec)
The new gateway route specification to apply.
|
CreateGatewayRouteRequest |
CreateGatewayRouteRequest.withSpec(GatewayRouteSpec spec)
The gateway route specification to apply.
|
Copyright © 2022. All rights reserved.