| Package | Description |
|---|---|
| com.amazonaws.services.migrationhubrefactorspaces.model |
| Modifier and Type | Method and Description |
|---|---|
UriPathRouteInput |
UriPathRouteInput.clone() |
UriPathRouteInput |
CreateRouteRequest.getUriPathRoute()
The configuration for the URI path route type.
|
UriPathRouteInput |
CreateRouteResult.getUriPathRoute()
onfiguration for the URI path route type.
|
UriPathRouteInput |
UriPathRouteInput.withActivationState(RouteActivationState activationState)
Indicates whether traffic is forwarded to this route’s service after the route is created.
|
UriPathRouteInput |
UriPathRouteInput.withActivationState(String activationState)
Indicates whether traffic is forwarded to this route’s service after the route is created.
|
UriPathRouteInput |
UriPathRouteInput.withIncludeChildPaths(Boolean includeChildPaths)
Indicates whether to match all subpaths of the given source path.
|
UriPathRouteInput |
UriPathRouteInput.withMethods(Collection<String> methods)
A list of HTTP methods to match.
|
UriPathRouteInput |
UriPathRouteInput.withMethods(HttpMethod... methods)
A list of HTTP methods to match.
|
UriPathRouteInput |
UriPathRouteInput.withMethods(String... methods)
A list of HTTP methods to match.
|
UriPathRouteInput |
UriPathRouteInput.withSourcePath(String sourcePath)
The path to use to match traffic.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateRouteRequest.setUriPathRoute(UriPathRouteInput uriPathRoute)
The configuration for the URI path route type.
|
void |
CreateRouteResult.setUriPathRoute(UriPathRouteInput uriPathRoute)
onfiguration for the URI path route type.
|
CreateRouteRequest |
CreateRouteRequest.withUriPathRoute(UriPathRouteInput uriPathRoute)
The configuration for the URI path route type.
|
CreateRouteResult |
CreateRouteResult.withUriPathRoute(UriPathRouteInput uriPathRoute)
onfiguration for the URI path route type.
|
Copyright © 2022. All rights reserved.