| Package | Description |
|---|---|
| com.amazonaws.services.migrationhubconfig |
The AWS Migration Hub home region APIs are available specifically for working with your Migration Hub home region.
|
| com.amazonaws.services.migrationhubconfig.model |
| Modifier and Type | Method and Description |
|---|---|
GetHomeRegionResult |
AWSMigrationHubConfigClient.getHomeRegion(GetHomeRegionRequest request)
Returns the calling account’s home region, if configured.
|
GetHomeRegionResult |
AWSMigrationHubConfig.getHomeRegion(GetHomeRegionRequest getHomeRegionRequest)
Returns the calling account’s home region, if configured.
|
GetHomeRegionResult |
AbstractAWSMigrationHubConfig.getHomeRegion(GetHomeRegionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetHomeRegionResult> |
AWSMigrationHubConfigAsyncClient.getHomeRegionAsync(GetHomeRegionRequest request,
AsyncHandler<GetHomeRegionRequest,GetHomeRegionResult> asyncHandler) |
Future<GetHomeRegionResult> |
AbstractAWSMigrationHubConfigAsync.getHomeRegionAsync(GetHomeRegionRequest request,
AsyncHandler<GetHomeRegionRequest,GetHomeRegionResult> asyncHandler) |
Future<GetHomeRegionResult> |
AWSMigrationHubConfigAsync.getHomeRegionAsync(GetHomeRegionRequest getHomeRegionRequest,
AsyncHandler<GetHomeRegionRequest,GetHomeRegionResult> asyncHandler)
Returns the calling account’s home region, if configured.
|
| Modifier and Type | Method and Description |
|---|---|
GetHomeRegionResult |
GetHomeRegionResult.clone() |
GetHomeRegionResult |
GetHomeRegionResult.withHomeRegion(String homeRegion)
The name of the home region of the calling account.
|
Copyright © 2024. All rights reserved.