| 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.
|
| software.amazon.awssdk.services.migrationhub.model |
| Modifier and Type | Method and Description |
|---|---|
default ListMigrationTasksResponse |
MigrationHubClient.listMigrationTasks(Consumer<ListMigrationTasksRequest.Builder> listMigrationTasksRequest)
Lists all, or filtered by resource name, migration tasks associated with the user account making this call.
|
default CompletableFuture<ListMigrationTasksResponse> |
MigrationHubAsyncClient.listMigrationTasks(Consumer<ListMigrationTasksRequest.Builder> listMigrationTasksRequest)
Lists all, or filtered by resource name, migration tasks associated with the user account making this call.
|
default ListMigrationTasksIterable |
MigrationHubClient.listMigrationTasksPaginator(Consumer<ListMigrationTasksRequest.Builder> listMigrationTasksRequest)
Lists all, or filtered by resource name, migration tasks associated with the user account making this call.
|
default ListMigrationTasksPublisher |
MigrationHubAsyncClient.listMigrationTasksPaginator(Consumer<ListMigrationTasksRequest.Builder> listMigrationTasksRequest)
Lists all, or filtered by resource name, migration tasks associated with the user account making this call.
|
| Modifier and Type | Method and Description |
|---|---|
static ListMigrationTasksRequest.Builder |
ListMigrationTasksRequest.builder() |
ListMigrationTasksRequest.Builder |
ListMigrationTasksRequest.Builder.maxResults(Integer maxResults)
Value to specify how many results are returned per page.
|
ListMigrationTasksRequest.Builder |
ListMigrationTasksRequest.Builder.nextToken(String nextToken)
If a
NextToken was returned by a previous call, there are more results available. |
ListMigrationTasksRequest.Builder |
ListMigrationTasksRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListMigrationTasksRequest.Builder |
ListMigrationTasksRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListMigrationTasksRequest.Builder |
ListMigrationTasksRequest.Builder.resourceName(String resourceName)
Filter migration tasks by discovered resource name.
|
ListMigrationTasksRequest.Builder |
ListMigrationTasksRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListMigrationTasksRequest.Builder> |
ListMigrationTasksRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.