| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubrefactorspaces |
|
| software.amazon.awssdk.services.migrationhubrefactorspaces.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateRouteResponse |
MigrationHubRefactorSpacesClient.updateRoute(Consumer<UpdateRouteRequest.Builder> updateRouteRequest)
Updates an Amazon Web Services Migration Hub Refactor Spaces route.
|
default CompletableFuture<UpdateRouteResponse> |
MigrationHubRefactorSpacesAsyncClient.updateRoute(Consumer<UpdateRouteRequest.Builder> updateRouteRequest)
Updates an Amazon Web Services Migration Hub Refactor Spaces route.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateRouteRequest.Builder |
UpdateRouteRequest.Builder.activationState(RouteActivationState activationState)
If set to
ACTIVE, traffic is forwarded to this route’s service after the route is updated. |
UpdateRouteRequest.Builder |
UpdateRouteRequest.Builder.activationState(String activationState)
If set to
ACTIVE, traffic is forwarded to this route’s service after the route is updated. |
UpdateRouteRequest.Builder |
UpdateRouteRequest.Builder.applicationIdentifier(String applicationIdentifier)
The ID of the application within which the route is being updated.
|
static UpdateRouteRequest.Builder |
UpdateRouteRequest.builder() |
UpdateRouteRequest.Builder |
UpdateRouteRequest.Builder.environmentIdentifier(String environmentIdentifier)
The ID of the environment in which the route is being updated.
|
UpdateRouteRequest.Builder |
UpdateRouteRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateRouteRequest.Builder |
UpdateRouteRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateRouteRequest.Builder |
UpdateRouteRequest.Builder.routeIdentifier(String routeIdentifier)
The unique identifier of the route to update.
|
UpdateRouteRequest.Builder |
UpdateRouteRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateRouteRequest.Builder> |
UpdateRouteRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.