@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSMigrationHubConfigAsync extends AbstractAWSMigrationHubConfig implements AWSMigrationHubConfigAsync
AWSMigrationHubConfigAsync
. Convenient method forms pass through to the
corresponding overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
createHomeRegionControl, deleteHomeRegionControl, describeHomeRegionControls, getCachedResponseMetadata, getHomeRegion, shutdown
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createHomeRegionControl, deleteHomeRegionControl, describeHomeRegionControls, getCachedResponseMetadata, getHomeRegion, shutdown
public Future<CreateHomeRegionControlResult> createHomeRegionControlAsync(CreateHomeRegionControlRequest request)
AWSMigrationHubConfigAsync
This API sets up the home region for the calling account only.
createHomeRegionControlAsync
in interface AWSMigrationHubConfigAsync
public Future<CreateHomeRegionControlResult> createHomeRegionControlAsync(CreateHomeRegionControlRequest request, AsyncHandler<CreateHomeRegionControlRequest,CreateHomeRegionControlResult> asyncHandler)
AWSMigrationHubConfigAsync
This API sets up the home region for the calling account only.
createHomeRegionControlAsync
in interface AWSMigrationHubConfigAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteHomeRegionControlResult> deleteHomeRegionControlAsync(DeleteHomeRegionControlRequest request)
AWSMigrationHubConfigAsync
This operation deletes the home region configuration for the calling account. The operation does not delete discovery or migration tracking data in the home region.
deleteHomeRegionControlAsync
in interface AWSMigrationHubConfigAsync
public Future<DeleteHomeRegionControlResult> deleteHomeRegionControlAsync(DeleteHomeRegionControlRequest request, AsyncHandler<DeleteHomeRegionControlRequest,DeleteHomeRegionControlResult> asyncHandler)
AWSMigrationHubConfigAsync
This operation deletes the home region configuration for the calling account. The operation does not delete discovery or migration tracking data in the home region.
deleteHomeRegionControlAsync
in interface AWSMigrationHubConfigAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeHomeRegionControlsResult> describeHomeRegionControlsAsync(DescribeHomeRegionControlsRequest request)
AWSMigrationHubConfigAsync
This API permits filtering on the ControlId
and HomeRegion
fields.
describeHomeRegionControlsAsync
in interface AWSMigrationHubConfigAsync
public Future<DescribeHomeRegionControlsResult> describeHomeRegionControlsAsync(DescribeHomeRegionControlsRequest request, AsyncHandler<DescribeHomeRegionControlsRequest,DescribeHomeRegionControlsResult> asyncHandler)
AWSMigrationHubConfigAsync
This API permits filtering on the ControlId
and HomeRegion
fields.
describeHomeRegionControlsAsync
in interface AWSMigrationHubConfigAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetHomeRegionResult> getHomeRegionAsync(GetHomeRegionRequest request)
AWSMigrationHubConfigAsync
Returns the calling account’s home region, if configured. This API is used by other AWS services to determine the
regional endpoint for calling AWS Application Discovery Service and Migration Hub. You must call
GetHomeRegion
at least once before you call any other AWS Application Discovery Service and AWS
Migration Hub APIs, to obtain the account's Migration Hub home region.
getHomeRegionAsync
in interface AWSMigrationHubConfigAsync
public Future<GetHomeRegionResult> getHomeRegionAsync(GetHomeRegionRequest request, AsyncHandler<GetHomeRegionRequest,GetHomeRegionResult> asyncHandler)
AWSMigrationHubConfigAsync
Returns the calling account’s home region, if configured. This API is used by other AWS services to determine the
regional endpoint for calling AWS Application Discovery Service and Migration Hub. You must call
GetHomeRegion
at least once before you call any other AWS Application Discovery Service and AWS
Migration Hub APIs, to obtain the account's Migration Hub home region.
getHomeRegionAsync
in interface AWSMigrationHubConfigAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.