| Package | Description |
|---|---|
| com.amazonaws.services.migrationhubconfig.model |
| Modifier and Type | Method and Description |
|---|---|
HomeRegionControl |
HomeRegionControl.clone() |
HomeRegionControl |
CreateHomeRegionControlResult.getHomeRegionControl()
This object is the
HomeRegionControl object that's returned by a successful call to
CreateHomeRegionControl. |
HomeRegionControl |
HomeRegionControl.withControlId(String controlId)
A unique identifier that's generated for each home region control.
|
HomeRegionControl |
HomeRegionControl.withHomeRegion(String homeRegion)
The AWS Region that's been set as home region.
|
HomeRegionControl |
HomeRegionControl.withRequestedTime(Date requestedTime)
A timestamp representing the time when the customer called
CreateHomeregionControl and set the home
region for the account. |
HomeRegionControl |
HomeRegionControl.withTarget(Target target)
The target parameter specifies the identifier to which the home region is applied, which is always an
ACCOUNT. |
| Modifier and Type | Method and Description |
|---|---|
List<HomeRegionControl> |
DescribeHomeRegionControlsResult.getHomeRegionControls()
An array that contains your
HomeRegionControl objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateHomeRegionControlResult.setHomeRegionControl(HomeRegionControl homeRegionControl)
This object is the
HomeRegionControl object that's returned by a successful call to
CreateHomeRegionControl. |
CreateHomeRegionControlResult |
CreateHomeRegionControlResult.withHomeRegionControl(HomeRegionControl homeRegionControl)
This object is the
HomeRegionControl object that's returned by a successful call to
CreateHomeRegionControl. |
DescribeHomeRegionControlsResult |
DescribeHomeRegionControlsResult.withHomeRegionControls(HomeRegionControl... homeRegionControls)
An array that contains your
HomeRegionControl objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeHomeRegionControlsResult.setHomeRegionControls(Collection<HomeRegionControl> homeRegionControls)
An array that contains your
HomeRegionControl objects. |
DescribeHomeRegionControlsResult |
DescribeHomeRegionControlsResult.withHomeRegionControls(Collection<HomeRegionControl> homeRegionControls)
An array that contains your
HomeRegionControl objects. |
Copyright © 2020. All rights reserved.