| 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 |
|---|---|
DescribeHomeRegionControlsResult |
AbstractAWSMigrationHubConfig.describeHomeRegionControls(DescribeHomeRegionControlsRequest request) |
DescribeHomeRegionControlsResult |
AWSMigrationHubConfig.describeHomeRegionControls(DescribeHomeRegionControlsRequest describeHomeRegionControlsRequest)
This API permits filtering on the
ControlId and HomeRegion fields. |
DescribeHomeRegionControlsResult |
AWSMigrationHubConfigClient.describeHomeRegionControls(DescribeHomeRegionControlsRequest request)
This API permits filtering on the
ControlId and HomeRegion fields. |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeHomeRegionControlsResult> |
AbstractAWSMigrationHubConfigAsync.describeHomeRegionControlsAsync(DescribeHomeRegionControlsRequest request,
AsyncHandler<DescribeHomeRegionControlsRequest,DescribeHomeRegionControlsResult> asyncHandler) |
Future<DescribeHomeRegionControlsResult> |
AWSMigrationHubConfigAsyncClient.describeHomeRegionControlsAsync(DescribeHomeRegionControlsRequest request,
AsyncHandler<DescribeHomeRegionControlsRequest,DescribeHomeRegionControlsResult> asyncHandler) |
Future<DescribeHomeRegionControlsResult> |
AWSMigrationHubConfigAsync.describeHomeRegionControlsAsync(DescribeHomeRegionControlsRequest describeHomeRegionControlsRequest,
AsyncHandler<DescribeHomeRegionControlsRequest,DescribeHomeRegionControlsResult> asyncHandler)
This API permits filtering on the
ControlId and HomeRegion fields. |
| Modifier and Type | Method and Description |
|---|---|
DescribeHomeRegionControlsResult |
DescribeHomeRegionControlsResult.clone() |
DescribeHomeRegionControlsResult |
DescribeHomeRegionControlsResult.withHomeRegionControls(Collection<HomeRegionControl> homeRegionControls)
An array that contains your
HomeRegionControl objects. |
DescribeHomeRegionControlsResult |
DescribeHomeRegionControlsResult.withHomeRegionControls(HomeRegionControl... homeRegionControls)
An array that contains your
HomeRegionControl objects. |
DescribeHomeRegionControlsResult |
DescribeHomeRegionControlsResult.withNextToken(String nextToken)
If a
NextToken was returned by a previous call, more results are available. |
Copyright © 2024. All rights reserved.