| 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<DescribeHomeRegionControlsResult> |
AWSMigrationHubConfigAsyncClient.describeHomeRegionControlsAsync(DescribeHomeRegionControlsRequest request,
AsyncHandler<DescribeHomeRegionControlsRequest,DescribeHomeRegionControlsResult> asyncHandler) |
Future<DescribeHomeRegionControlsResult> |
AbstractAWSMigrationHubConfigAsync.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 |
|---|---|
DescribeHomeRegionControlsRequest |
DescribeHomeRegionControlsRequest.clone() |
DescribeHomeRegionControlsRequest |
DescribeHomeRegionControlsRequest.withControlId(String controlId)
The
ControlID is a unique identifier string of your HomeRegionControl object. |
DescribeHomeRegionControlsRequest |
DescribeHomeRegionControlsRequest.withHomeRegion(String homeRegion)
The name of the home region you'd like to view.
|
DescribeHomeRegionControlsRequest |
DescribeHomeRegionControlsRequest.withMaxResults(Integer maxResults)
The maximum number of filtering results to display per page.
|
DescribeHomeRegionControlsRequest |
DescribeHomeRegionControlsRequest.withNextToken(String nextToken)
If a
NextToken was returned by a previous call, more results are available. |
DescribeHomeRegionControlsRequest |
DescribeHomeRegionControlsRequest.withTarget(Target target)
The target parameter specifies the identifier to which the home region is applied, which is always of type
ACCOUNT. |
Copyright © 2021. All rights reserved.