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