| 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.
|
| software.amazon.awssdk.services.migrationhubconfig.model |
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException
You do not have sufficient access to perform this action.
|
class |
DryRunOperationException
Exception raised to indicate that authorization of an action was successful, when the
DryRun flag is set
to true. |
class |
InternalServerErrorException
Exception raised when an internal, configuration, or dependency error is encountered.
|
class |
InvalidInputException
Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
|
class |
ServiceUnavailableException
Exception raised when a request fails due to temporary unavailability of the service.
|
class |
ThrottlingException
The request was denied due to request throttling.
|
| Modifier and Type | Method and Description |
|---|---|
MigrationHubConfigException |
MigrationHubConfigException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(MigrationHubConfigException ex) |
Copyright © 2023. All rights reserved.