@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_PREFIXcreateHomeRegionControl, deleteHomeRegionControl, describeHomeRegionControls, getCachedResponseMetadata, getHomeRegion, shutdownequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateHomeRegionControl, deleteHomeRegionControl, describeHomeRegionControls, getCachedResponseMetadata, getHomeRegion, shutdownpublic Future<CreateHomeRegionControlResult> createHomeRegionControlAsync(CreateHomeRegionControlRequest request)
AWSMigrationHubConfigAsyncThis API sets up the home region for the calling account only.
createHomeRegionControlAsync in interface AWSMigrationHubConfigAsyncpublic Future<CreateHomeRegionControlResult> createHomeRegionControlAsync(CreateHomeRegionControlRequest request, AsyncHandler<CreateHomeRegionControlRequest,CreateHomeRegionControlResult> asyncHandler)
AWSMigrationHubConfigAsyncThis API sets up the home region for the calling account only.
createHomeRegionControlAsync in interface AWSMigrationHubConfigAsyncasyncHandler - 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)
AWSMigrationHubConfigAsyncThis 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 AWSMigrationHubConfigAsyncpublic Future<DeleteHomeRegionControlResult> deleteHomeRegionControlAsync(DeleteHomeRegionControlRequest request, AsyncHandler<DeleteHomeRegionControlRequest,DeleteHomeRegionControlResult> asyncHandler)
AWSMigrationHubConfigAsyncThis 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 AWSMigrationHubConfigAsyncasyncHandler - 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 AWSMigrationHubConfigAsyncpublic Future<DescribeHomeRegionControlsResult> describeHomeRegionControlsAsync(DescribeHomeRegionControlsRequest request, AsyncHandler<DescribeHomeRegionControlsRequest,DescribeHomeRegionControlsResult> asyncHandler)
AWSMigrationHubConfigAsync
This API permits filtering on the ControlId and HomeRegion fields.
describeHomeRegionControlsAsync in interface AWSMigrationHubConfigAsyncasyncHandler - 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 AWSMigrationHubConfigAsyncpublic 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 AWSMigrationHubConfigAsyncasyncHandler - 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.