| 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 |
|---|---|
Future<CreateHomeRegionControlResult> |
AWSMigrationHubConfigAsync.createHomeRegionControlAsync(CreateHomeRegionControlRequest createHomeRegionControlRequest,
AsyncHandler<CreateHomeRegionControlRequest,CreateHomeRegionControlResult> asyncHandler)
This API sets up the home region for the calling account only.
|
Future<CreateHomeRegionControlResult> |
AbstractAWSMigrationHubConfigAsync.createHomeRegionControlAsync(CreateHomeRegionControlRequest request,
AsyncHandler<CreateHomeRegionControlRequest,CreateHomeRegionControlResult> asyncHandler) |
Future<CreateHomeRegionControlResult> |
AWSMigrationHubConfigAsyncClient.createHomeRegionControlAsync(CreateHomeRegionControlRequest request,
AsyncHandler<CreateHomeRegionControlRequest,CreateHomeRegionControlResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateHomeRegionControlRequest |
CreateHomeRegionControlRequest.clone() |
CreateHomeRegionControlRequest |
CreateHomeRegionControlRequest.withDryRun(Boolean dryRun)
Optional Boolean flag to indicate whether any effect should take place.
|
CreateHomeRegionControlRequest |
CreateHomeRegionControlRequest.withHomeRegion(String homeRegion)
The name of the home region of the calling account.
|
CreateHomeRegionControlRequest |
CreateHomeRegionControlRequest.withTarget(Target target)
The account for which this command sets up a home region control.
|
Copyright © 2020. All rights reserved.