| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhub |
The AWS Migration Hub API methods help to obtain server and application migration status and integrate your
resource-specific migration tool by providing a programmatic interface to Migration Hub.
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeApplicationStateResponse |
MigrationHubClient.describeApplicationState(Consumer<DescribeApplicationStateRequest.Builder> describeApplicationStateRequest)
Gets the migration status of an application.
|
default DescribeApplicationStateResponse |
MigrationHubClient.describeApplicationState(DescribeApplicationStateRequest describeApplicationStateRequest)
Gets the migration status of an application.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeApplicationStateResponse> |
MigrationHubAsyncClient.describeApplicationState(Consumer<DescribeApplicationStateRequest.Builder> describeApplicationStateRequest)
Gets the migration status of an application.
|
default CompletableFuture<DescribeApplicationStateResponse> |
MigrationHubAsyncClient.describeApplicationState(DescribeApplicationStateRequest describeApplicationStateRequest)
Gets the migration status of an application.
|
Copyright © 2023. All rights reserved.