Uses of Interface
software.amazon.awssdk.services.migrationhub.MigrationHubAsyncClient
-
Packages that use MigrationHubAsyncClient 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 -
-
Uses of MigrationHubAsyncClient in software.amazon.awssdk.services.migrationhub
Methods in software.amazon.awssdk.services.migrationhub that return MigrationHubAsyncClient Modifier and Type Method Description static MigrationHubAsyncClientMigrationHubAsyncClient. create()Create aMigrationHubAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of MigrationHubAsyncClient in software.amazon.awssdk.services.migrationhub.paginators
Constructors in software.amazon.awssdk.services.migrationhub.paginators with parameters of type MigrationHubAsyncClient Constructor Description ListApplicationStatesPublisher(MigrationHubAsyncClient client, ListApplicationStatesRequest firstRequest)ListCreatedArtifactsPublisher(MigrationHubAsyncClient client, ListCreatedArtifactsRequest firstRequest)ListDiscoveredResourcesPublisher(MigrationHubAsyncClient client, ListDiscoveredResourcesRequest firstRequest)ListMigrationTasksPublisher(MigrationHubAsyncClient client, ListMigrationTasksRequest firstRequest)ListMigrationTaskUpdatesPublisher(MigrationHubAsyncClient client, ListMigrationTaskUpdatesRequest firstRequest)ListProgressUpdateStreamsPublisher(MigrationHubAsyncClient client, ListProgressUpdateStreamsRequest firstRequest)ListSourceResourcesPublisher(MigrationHubAsyncClient client, ListSourceResourcesRequest firstRequest)
-