| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
HttpRoute |
HttpRoute.clone() |
HttpRoute |
RouteSpec.getHttp2Route()
An object that represents the specification of an HTTP/2 route.
|
HttpRoute |
RouteSpec.getHttpRoute()
An object that represents the specification of an HTTP route.
|
HttpRoute |
HttpRoute.withAction(HttpRouteAction action)
An object that represents the action to take if a match is determined.
|
HttpRoute |
HttpRoute.withMatch(HttpRouteMatch match)
An object that represents the criteria for determining a request match.
|
HttpRoute |
HttpRoute.withRetryPolicy(HttpRetryPolicy retryPolicy)
An object that represents a retry policy.
|
HttpRoute |
HttpRoute.withTimeout(HttpTimeout timeout)
An object that represents types of timeouts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RouteSpec.setHttp2Route(HttpRoute http2Route)
An object that represents the specification of an HTTP/2 route.
|
void |
RouteSpec.setHttpRoute(HttpRoute httpRoute)
An object that represents the specification of an HTTP 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.
|
Copyright © 2021. All rights reserved.