Uses of Class
software.amazon.awssdk.services.migrationhub.model.ListMigrationTasksRequest
-
Packages that use ListMigrationTasksRequest 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.paginators software.amazon.awssdk.services.migrationhub.transform -
-
Uses of ListMigrationTasksRequest in software.amazon.awssdk.services.migrationhub
Methods in software.amazon.awssdk.services.migrationhub with parameters of type ListMigrationTasksRequest Modifier and Type Method Description default CompletableFuture<ListMigrationTasksResponse>MigrationHubAsyncClient. listMigrationTasks(ListMigrationTasksRequest listMigrationTasksRequest)Lists all, or filtered by resource name, migration tasks associated with the user account making this call.default ListMigrationTasksResponseMigrationHubClient. listMigrationTasks(ListMigrationTasksRequest listMigrationTasksRequest)Lists all, or filtered by resource name, migration tasks associated with the user account making this call.default ListMigrationTasksPublisherMigrationHubAsyncClient. listMigrationTasksPaginator(ListMigrationTasksRequest listMigrationTasksRequest)Lists all, or filtered by resource name, migration tasks associated with the user account making this call.default ListMigrationTasksIterableMigrationHubClient. listMigrationTasksPaginator(ListMigrationTasksRequest listMigrationTasksRequest)Lists all, or filtered by resource name, migration tasks associated with the user account making this call. -
Uses of ListMigrationTasksRequest in software.amazon.awssdk.services.migrationhub.paginators
Constructors in software.amazon.awssdk.services.migrationhub.paginators with parameters of type ListMigrationTasksRequest Constructor Description ListMigrationTasksIterable(MigrationHubClient client, ListMigrationTasksRequest firstRequest)ListMigrationTasksPublisher(MigrationHubAsyncClient client, ListMigrationTasksRequest firstRequest) -
Uses of ListMigrationTasksRequest in software.amazon.awssdk.services.migrationhub.transform
Methods in software.amazon.awssdk.services.migrationhub.transform with parameters of type ListMigrationTasksRequest Modifier and Type Method Description SdkHttpFullRequestListMigrationTasksRequestMarshaller. marshall(ListMigrationTasksRequest listMigrationTasksRequest)
-