| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubconfig |
The AWS Migration Hub home region APIs are available specifically for working with your Migration Hub home region.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateHomeRegionControlResponse |
MigrationHubConfigClient.createHomeRegionControl(Consumer<CreateHomeRegionControlRequest.Builder> createHomeRegionControlRequest)
This API sets up the home region for the calling account only.
|
default CreateHomeRegionControlResponse |
MigrationHubConfigClient.createHomeRegionControl(CreateHomeRegionControlRequest createHomeRegionControlRequest)
This API sets up the home region for the calling account only.
|
default DescribeHomeRegionControlsResponse |
MigrationHubConfigClient.describeHomeRegionControls(Consumer<DescribeHomeRegionControlsRequest.Builder> describeHomeRegionControlsRequest)
This API permits filtering on the
ControlId and HomeRegion fields. |
default DescribeHomeRegionControlsResponse |
MigrationHubConfigClient.describeHomeRegionControls(DescribeHomeRegionControlsRequest describeHomeRegionControlsRequest)
This API permits filtering on the
ControlId and HomeRegion fields. |
default DescribeHomeRegionControlsIterable |
MigrationHubConfigClient.describeHomeRegionControlsPaginator(Consumer<DescribeHomeRegionControlsRequest.Builder> describeHomeRegionControlsRequest)
This API permits filtering on the
ControlId and HomeRegion fields. |
default DescribeHomeRegionControlsIterable |
MigrationHubConfigClient.describeHomeRegionControlsPaginator(DescribeHomeRegionControlsRequest describeHomeRegionControlsRequest)
This API permits filtering on the
ControlId and HomeRegion fields. |
default GetHomeRegionResponse |
MigrationHubConfigClient.getHomeRegion(Consumer<GetHomeRegionRequest.Builder> getHomeRegionRequest)
Returns the calling account’s home region, if configured.
|
default GetHomeRegionResponse |
MigrationHubConfigClient.getHomeRegion(GetHomeRegionRequest getHomeRegionRequest)
Returns the calling account’s home region, if configured.
|
Copyright © 2023. All rights reserved.