| Package | Description |
|---|---|
| com.amazonaws.services.migrationhubrefactorspaces.model |
| Modifier and Type | Method and Description |
|---|---|
RouteSummary |
RouteSummary.addPathResourceToIdEntry(String key,
String value)
Add a single PathResourceToId entry
|
RouteSummary |
RouteSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
RouteSummary |
RouteSummary.clearPathResourceToIdEntries()
Removes all the entries added into PathResourceToId.
|
RouteSummary |
RouteSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
RouteSummary |
RouteSummary.clone() |
RouteSummary |
RouteSummary.withApplicationId(String applicationId)
The unique identifier of the application.
|
RouteSummary |
RouteSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the route.
|
RouteSummary |
RouteSummary.withCreatedByAccountId(String createdByAccountId)
The Amazon Web Services account ID of the route creator.
|
RouteSummary |
RouteSummary.withCreatedTime(Date createdTime)
A timestamp that indicates when the route is created.
|
RouteSummary |
RouteSummary.withEnvironmentId(String environmentId)
The unique identifier of the environment.
|
RouteSummary |
RouteSummary.withError(ErrorResponse error)
Any error associated with the route resource.
|
RouteSummary |
RouteSummary.withIncludeChildPaths(Boolean includeChildPaths)
Indicates whether to match all subpaths of the given source path.
|
RouteSummary |
RouteSummary.withLastUpdatedTime(Date lastUpdatedTime)
A timestamp that indicates when the route was last updated.
|
RouteSummary |
RouteSummary.withMethods(Collection<String> methods)
A list of HTTP methods to match.
|
RouteSummary |
RouteSummary.withMethods(HttpMethod... methods)
A list of HTTP methods to match.
|
RouteSummary |
RouteSummary.withMethods(String... methods)
A list of HTTP methods to match.
|
RouteSummary |
RouteSummary.withOwnerAccountId(String ownerAccountId)
The Amazon Web Services account ID of the route owner.
|
RouteSummary |
RouteSummary.withPathResourceToId(Map<String,String> pathResourceToId)
A mapping of Amazon API Gateway path resources to resource IDs.
|
RouteSummary |
RouteSummary.withRouteId(String routeId)
The unique identifier of the route.
|
RouteSummary |
RouteSummary.withRouteType(RouteType routeType)
The route type of the route.
|
RouteSummary |
RouteSummary.withRouteType(String routeType)
The route type of the route.
|
RouteSummary |
RouteSummary.withServiceId(String serviceId)
The unique identifier of the service.
|
RouteSummary |
RouteSummary.withSourcePath(String sourcePath)
The path to use to match traffic.
|
RouteSummary |
RouteSummary.withState(RouteState state)
The current state of the route.
|
RouteSummary |
RouteSummary.withState(String state)
The current state of the route.
|
RouteSummary |
RouteSummary.withTags(Map<String,String> tags)
The tags assigned to the route.
|
| Modifier and Type | Method and Description |
|---|---|
List<RouteSummary> |
ListRoutesResult.getRouteSummaryList()
The list of
RouteSummary objects. |
| Modifier and Type | Method and Description |
|---|---|
ListRoutesResult |
ListRoutesResult.withRouteSummaryList(RouteSummary... routeSummaryList)
The list of
RouteSummary objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListRoutesResult.setRouteSummaryList(Collection<RouteSummary> routeSummaryList)
The list of
RouteSummary objects. |
ListRoutesResult |
ListRoutesResult.withRouteSummaryList(Collection<RouteSummary> routeSummaryList)
The list of
RouteSummary objects. |
Copyright © 2022. All rights reserved.