Uses of Interface
software.amazon.awssdk.services.migrationhub.MigrationHubClient
-
Packages that use MigrationHubClient 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 MigrationHubClient in software.amazon.awssdk.services.migrationhub
Methods in software.amazon.awssdk.services.migrationhub that return MigrationHubClient Modifier and Type Method Description static MigrationHubClientMigrationHubClient. create()Create aMigrationHubClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of MigrationHubClient in software.amazon.awssdk.services.migrationhub.paginators
Constructors in software.amazon.awssdk.services.migrationhub.paginators with parameters of type MigrationHubClient Constructor Description ListApplicationStatesIterable(MigrationHubClient client, ListApplicationStatesRequest firstRequest)ListCreatedArtifactsIterable(MigrationHubClient client, ListCreatedArtifactsRequest firstRequest)ListDiscoveredResourcesIterable(MigrationHubClient client, ListDiscoveredResourcesRequest firstRequest)ListMigrationTasksIterable(MigrationHubClient client, ListMigrationTasksRequest firstRequest)ListMigrationTaskUpdatesIterable(MigrationHubClient client, ListMigrationTaskUpdatesRequest firstRequest)ListProgressUpdateStreamsIterable(MigrationHubClient client, ListProgressUpdateStreamsRequest firstRequest)ListSourceResourcesIterable(MigrationHubClient client, ListSourceResourcesRequest firstRequest)
-