@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSmgnAsync extends AbstractAWSmgn implements AWSmgnAsync
AWSmgnAsync. Convenient method forms pass through to the corresponding overload
that takes a request object and an AsyncHandler, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAWSmgnAsync() |
changeServerLifeCycleState, createLaunchConfigurationTemplate, createReplicationConfigurationTemplate, deleteJob, deleteLaunchConfigurationTemplate, deleteReplicationConfigurationTemplate, deleteSourceServer, deleteVcenterClient, describeJobLogItems, describeJobs, describeLaunchConfigurationTemplates, describeReplicationConfigurationTemplates, describeSourceServers, describeVcenterClients, disconnectFromService, finalizeCutover, getCachedResponseMetadata, getLaunchConfiguration, getReplicationConfiguration, initializeService, listTagsForResource, markAsArchived, retryDataReplication, shutdown, startCutover, startReplication, startTest, tagResource, terminateTargetInstances, untagResource, updateLaunchConfiguration, updateLaunchConfigurationTemplate, updateReplicationConfiguration, updateReplicationConfigurationTemplate, updateSourceServerReplicationTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchangeServerLifeCycleState, createLaunchConfigurationTemplate, createReplicationConfigurationTemplate, deleteJob, deleteLaunchConfigurationTemplate, deleteReplicationConfigurationTemplate, deleteSourceServer, deleteVcenterClient, describeJobLogItems, describeJobs, describeLaunchConfigurationTemplates, describeReplicationConfigurationTemplates, describeSourceServers, describeVcenterClients, disconnectFromService, finalizeCutover, getCachedResponseMetadata, getLaunchConfiguration, getReplicationConfiguration, initializeService, listTagsForResource, markAsArchived, retryDataReplication, shutdown, startCutover, startReplication, startTest, tagResource, terminateTargetInstances, untagResource, updateLaunchConfiguration, updateLaunchConfigurationTemplate, updateReplicationConfiguration, updateReplicationConfigurationTemplate, updateSourceServerReplicationTypepublic Future<ChangeServerLifeCycleStateResult> changeServerLifeCycleStateAsync(ChangeServerLifeCycleStateRequest request)
AWSmgnAsyncAllows the user to set the SourceServer.LifeCycle.state property for specific Source Server IDs to one of the following: READY_FOR_TEST or READY_FOR_CUTOVER. This command only works if the Source Server is already launchable (dataReplicationInfo.lagDuration is not null.)
changeServerLifeCycleStateAsync in interface AWSmgnAsyncpublic Future<ChangeServerLifeCycleStateResult> changeServerLifeCycleStateAsync(ChangeServerLifeCycleStateRequest request, AsyncHandler<ChangeServerLifeCycleStateRequest,ChangeServerLifeCycleStateResult> asyncHandler)
AWSmgnAsyncAllows the user to set the SourceServer.LifeCycle.state property for specific Source Server IDs to one of the following: READY_FOR_TEST or READY_FOR_CUTOVER. This command only works if the Source Server is already launchable (dataReplicationInfo.lagDuration is not null.)
changeServerLifeCycleStateAsync in interface AWSmgnAsyncasyncHandler - 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<CreateLaunchConfigurationTemplateResult> createLaunchConfigurationTemplateAsync(CreateLaunchConfigurationTemplateRequest request)
AWSmgnAsyncCreates a new ReplicationConfigurationTemplate.
createLaunchConfigurationTemplateAsync in interface AWSmgnAsyncpublic Future<CreateLaunchConfigurationTemplateResult> createLaunchConfigurationTemplateAsync(CreateLaunchConfigurationTemplateRequest request, AsyncHandler<CreateLaunchConfigurationTemplateRequest,CreateLaunchConfigurationTemplateResult> asyncHandler)
AWSmgnAsyncCreates a new ReplicationConfigurationTemplate.
createLaunchConfigurationTemplateAsync in interface AWSmgnAsyncasyncHandler - 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<CreateReplicationConfigurationTemplateResult> createReplicationConfigurationTemplateAsync(CreateReplicationConfigurationTemplateRequest request)
AWSmgnAsyncCreates a new ReplicationConfigurationTemplate.
createReplicationConfigurationTemplateAsync in interface AWSmgnAsyncpublic Future<CreateReplicationConfigurationTemplateResult> createReplicationConfigurationTemplateAsync(CreateReplicationConfigurationTemplateRequest request, AsyncHandler<CreateReplicationConfigurationTemplateRequest,CreateReplicationConfigurationTemplateResult> asyncHandler)
AWSmgnAsyncCreates a new ReplicationConfigurationTemplate.
createReplicationConfigurationTemplateAsync in interface AWSmgnAsyncasyncHandler - 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<DeleteJobResult> deleteJobAsync(DeleteJobRequest request)
AWSmgnAsyncDeletes a single Job by ID.
deleteJobAsync in interface AWSmgnAsyncpublic Future<DeleteJobResult> deleteJobAsync(DeleteJobRequest request, AsyncHandler<DeleteJobRequest,DeleteJobResult> asyncHandler)
AWSmgnAsyncDeletes a single Job by ID.
deleteJobAsync in interface AWSmgnAsyncasyncHandler - 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<DeleteLaunchConfigurationTemplateResult> deleteLaunchConfigurationTemplateAsync(DeleteLaunchConfigurationTemplateRequest request)
AWSmgnAsyncCreates a new ReplicationConfigurationTemplate.
deleteLaunchConfigurationTemplateAsync in interface AWSmgnAsyncpublic Future<DeleteLaunchConfigurationTemplateResult> deleteLaunchConfigurationTemplateAsync(DeleteLaunchConfigurationTemplateRequest request, AsyncHandler<DeleteLaunchConfigurationTemplateRequest,DeleteLaunchConfigurationTemplateResult> asyncHandler)
AWSmgnAsyncCreates a new ReplicationConfigurationTemplate.
deleteLaunchConfigurationTemplateAsync in interface AWSmgnAsyncasyncHandler - 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<DeleteReplicationConfigurationTemplateResult> deleteReplicationConfigurationTemplateAsync(DeleteReplicationConfigurationTemplateRequest request)
AWSmgnAsyncDeletes a single Replication Configuration Template by ID
deleteReplicationConfigurationTemplateAsync in interface AWSmgnAsyncpublic Future<DeleteReplicationConfigurationTemplateResult> deleteReplicationConfigurationTemplateAsync(DeleteReplicationConfigurationTemplateRequest request, AsyncHandler<DeleteReplicationConfigurationTemplateRequest,DeleteReplicationConfigurationTemplateResult> asyncHandler)
AWSmgnAsyncDeletes a single Replication Configuration Template by ID
deleteReplicationConfigurationTemplateAsync in interface AWSmgnAsyncasyncHandler - 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<DeleteSourceServerResult> deleteSourceServerAsync(DeleteSourceServerRequest request)
AWSmgnAsyncDeletes a single source server by ID.
deleteSourceServerAsync in interface AWSmgnAsyncpublic Future<DeleteSourceServerResult> deleteSourceServerAsync(DeleteSourceServerRequest request, AsyncHandler<DeleteSourceServerRequest,DeleteSourceServerResult> asyncHandler)
AWSmgnAsyncDeletes a single source server by ID.
deleteSourceServerAsync in interface AWSmgnAsyncasyncHandler - 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<DeleteVcenterClientResult> deleteVcenterClientAsync(DeleteVcenterClientRequest request)
AWSmgnAsyncDeletes a given vCenter client by ID.
deleteVcenterClientAsync in interface AWSmgnAsyncpublic Future<DeleteVcenterClientResult> deleteVcenterClientAsync(DeleteVcenterClientRequest request, AsyncHandler<DeleteVcenterClientRequest,DeleteVcenterClientResult> asyncHandler)
AWSmgnAsyncDeletes a given vCenter client by ID.
deleteVcenterClientAsync in interface AWSmgnAsyncasyncHandler - 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<DescribeJobLogItemsResult> describeJobLogItemsAsync(DescribeJobLogItemsRequest request)
AWSmgnAsyncRetrieves detailed job log items with paging.
describeJobLogItemsAsync in interface AWSmgnAsyncpublic Future<DescribeJobLogItemsResult> describeJobLogItemsAsync(DescribeJobLogItemsRequest request, AsyncHandler<DescribeJobLogItemsRequest,DescribeJobLogItemsResult> asyncHandler)
AWSmgnAsyncRetrieves detailed job log items with paging.
describeJobLogItemsAsync in interface AWSmgnAsyncasyncHandler - 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<DescribeJobsResult> describeJobsAsync(DescribeJobsRequest request)
AWSmgnAsyncReturns a list of Jobs. Use the JobsID and fromDate and toData filters to limit which jobs are returned. The response is sorted by creationDataTime - latest date first. Jobs are normally created by the StartTest, StartCutover, and TerminateTargetInstances APIs. Jobs are also created by DiagnosticLaunch and TerminateDiagnosticInstances, which are APIs available only to *Support* and only used in response to relevant support tickets.
describeJobsAsync in interface AWSmgnAsyncpublic Future<DescribeJobsResult> describeJobsAsync(DescribeJobsRequest request, AsyncHandler<DescribeJobsRequest,DescribeJobsResult> asyncHandler)
AWSmgnAsyncReturns a list of Jobs. Use the JobsID and fromDate and toData filters to limit which jobs are returned. The response is sorted by creationDataTime - latest date first. Jobs are normally created by the StartTest, StartCutover, and TerminateTargetInstances APIs. Jobs are also created by DiagnosticLaunch and TerminateDiagnosticInstances, which are APIs available only to *Support* and only used in response to relevant support tickets.
describeJobsAsync in interface AWSmgnAsyncasyncHandler - 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<DescribeLaunchConfigurationTemplatesResult> describeLaunchConfigurationTemplatesAsync(DescribeLaunchConfigurationTemplatesRequest request)
AWSmgnAsyncCreates a new ReplicationConfigurationTemplate.
describeLaunchConfigurationTemplatesAsync in interface AWSmgnAsyncpublic Future<DescribeLaunchConfigurationTemplatesResult> describeLaunchConfigurationTemplatesAsync(DescribeLaunchConfigurationTemplatesRequest request, AsyncHandler<DescribeLaunchConfigurationTemplatesRequest,DescribeLaunchConfigurationTemplatesResult> asyncHandler)
AWSmgnAsyncCreates a new ReplicationConfigurationTemplate.
describeLaunchConfigurationTemplatesAsync in interface AWSmgnAsyncasyncHandler - 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<DescribeReplicationConfigurationTemplatesResult> describeReplicationConfigurationTemplatesAsync(DescribeReplicationConfigurationTemplatesRequest request)
AWSmgnAsyncLists all ReplicationConfigurationTemplates, filtered by Source Server IDs.
describeReplicationConfigurationTemplatesAsync in interface AWSmgnAsyncpublic Future<DescribeReplicationConfigurationTemplatesResult> describeReplicationConfigurationTemplatesAsync(DescribeReplicationConfigurationTemplatesRequest request, AsyncHandler<DescribeReplicationConfigurationTemplatesRequest,DescribeReplicationConfigurationTemplatesResult> asyncHandler)
AWSmgnAsyncLists all ReplicationConfigurationTemplates, filtered by Source Server IDs.
describeReplicationConfigurationTemplatesAsync in interface AWSmgnAsyncasyncHandler - 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<DescribeSourceServersResult> describeSourceServersAsync(DescribeSourceServersRequest request)
AWSmgnAsyncRetrieves all SourceServers or multiple SourceServers by ID.
describeSourceServersAsync in interface AWSmgnAsyncpublic Future<DescribeSourceServersResult> describeSourceServersAsync(DescribeSourceServersRequest request, AsyncHandler<DescribeSourceServersRequest,DescribeSourceServersResult> asyncHandler)
AWSmgnAsyncRetrieves all SourceServers or multiple SourceServers by ID.
describeSourceServersAsync in interface AWSmgnAsyncasyncHandler - 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<DescribeVcenterClientsResult> describeVcenterClientsAsync(DescribeVcenterClientsRequest request)
AWSmgnAsyncReturns a list of the installed vCenter clients.
describeVcenterClientsAsync in interface AWSmgnAsyncpublic Future<DescribeVcenterClientsResult> describeVcenterClientsAsync(DescribeVcenterClientsRequest request, AsyncHandler<DescribeVcenterClientsRequest,DescribeVcenterClientsResult> asyncHandler)
AWSmgnAsyncReturns a list of the installed vCenter clients.
describeVcenterClientsAsync in interface AWSmgnAsyncasyncHandler - 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<DisconnectFromServiceResult> disconnectFromServiceAsync(DisconnectFromServiceRequest request)
AWSmgnAsyncDisconnects specific Source Servers from Application Migration Service. Data replication is stopped immediately. All AWS resources created by Application Migration Service for enabling the replication of these source servers will be terminated / deleted within 90 minutes. Launched Test or Cutover instances will NOT be terminated. If the agent on the source server has not been prevented from communicating with the Application Migration Service service, then it will receive a command to uninstall itself (within approximately 10 minutes). The following properties of the SourceServer will be changed immediately: dataReplicationInfo.dataReplicationState will be set to DISCONNECTED; The totalStorageBytes property for each of dataReplicationInfo.replicatedDisks will be set to zero; dataReplicationInfo.lagDuration and dataReplicationInfo.lagDuration will be nullified.
disconnectFromServiceAsync in interface AWSmgnAsyncpublic Future<DisconnectFromServiceResult> disconnectFromServiceAsync(DisconnectFromServiceRequest request, AsyncHandler<DisconnectFromServiceRequest,DisconnectFromServiceResult> asyncHandler)
AWSmgnAsyncDisconnects specific Source Servers from Application Migration Service. Data replication is stopped immediately. All AWS resources created by Application Migration Service for enabling the replication of these source servers will be terminated / deleted within 90 minutes. Launched Test or Cutover instances will NOT be terminated. If the agent on the source server has not been prevented from communicating with the Application Migration Service service, then it will receive a command to uninstall itself (within approximately 10 minutes). The following properties of the SourceServer will be changed immediately: dataReplicationInfo.dataReplicationState will be set to DISCONNECTED; The totalStorageBytes property for each of dataReplicationInfo.replicatedDisks will be set to zero; dataReplicationInfo.lagDuration and dataReplicationInfo.lagDuration will be nullified.
disconnectFromServiceAsync in interface AWSmgnAsyncasyncHandler - 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<FinalizeCutoverResult> finalizeCutoverAsync(FinalizeCutoverRequest request)
AWSmgnAsyncFinalizes the cutover immediately for specific Source Servers. All AWS resources created by Application Migration Service for enabling the replication of these source servers will be terminated / deleted within 90 minutes. Launched Test or Cutover instances will NOT be terminated. The AWS Replication Agent will receive a command to uninstall itself (within 10 minutes). The following properties of the SourceServer will be changed immediately: dataReplicationInfo.dataReplicationState will be changed to DISCONNECTED; The SourceServer.lifeCycle.state will be changed to CUTOVER; The totalStorageBytes property fo each of dataReplicationInfo.replicatedDisks will be set to zero; dataReplicationInfo.lagDuration and dataReplicationInfo.lagDuration will be nullified.
finalizeCutoverAsync in interface AWSmgnAsyncpublic Future<FinalizeCutoverResult> finalizeCutoverAsync(FinalizeCutoverRequest request, AsyncHandler<FinalizeCutoverRequest,FinalizeCutoverResult> asyncHandler)
AWSmgnAsyncFinalizes the cutover immediately for specific Source Servers. All AWS resources created by Application Migration Service for enabling the replication of these source servers will be terminated / deleted within 90 minutes. Launched Test or Cutover instances will NOT be terminated. The AWS Replication Agent will receive a command to uninstall itself (within 10 minutes). The following properties of the SourceServer will be changed immediately: dataReplicationInfo.dataReplicationState will be changed to DISCONNECTED; The SourceServer.lifeCycle.state will be changed to CUTOVER; The totalStorageBytes property fo each of dataReplicationInfo.replicatedDisks will be set to zero; dataReplicationInfo.lagDuration and dataReplicationInfo.lagDuration will be nullified.
finalizeCutoverAsync in interface AWSmgnAsyncasyncHandler - 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<GetLaunchConfigurationResult> getLaunchConfigurationAsync(GetLaunchConfigurationRequest request)
AWSmgnAsyncLists all LaunchConfigurations available, filtered by Source Server IDs.
getLaunchConfigurationAsync in interface AWSmgnAsyncpublic Future<GetLaunchConfigurationResult> getLaunchConfigurationAsync(GetLaunchConfigurationRequest request, AsyncHandler<GetLaunchConfigurationRequest,GetLaunchConfigurationResult> asyncHandler)
AWSmgnAsyncLists all LaunchConfigurations available, filtered by Source Server IDs.
getLaunchConfigurationAsync in interface AWSmgnAsyncasyncHandler - 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<GetReplicationConfigurationResult> getReplicationConfigurationAsync(GetReplicationConfigurationRequest request)
AWSmgnAsyncLists all ReplicationConfigurations, filtered by Source Server ID.
getReplicationConfigurationAsync in interface AWSmgnAsyncpublic Future<GetReplicationConfigurationResult> getReplicationConfigurationAsync(GetReplicationConfigurationRequest request, AsyncHandler<GetReplicationConfigurationRequest,GetReplicationConfigurationResult> asyncHandler)
AWSmgnAsyncLists all ReplicationConfigurations, filtered by Source Server ID.
getReplicationConfigurationAsync in interface AWSmgnAsyncasyncHandler - 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<InitializeServiceResult> initializeServiceAsync(InitializeServiceRequest request)
AWSmgnAsyncInitialize Application Migration Service.
initializeServiceAsync in interface AWSmgnAsyncpublic Future<InitializeServiceResult> initializeServiceAsync(InitializeServiceRequest request, AsyncHandler<InitializeServiceRequest,InitializeServiceResult> asyncHandler)
AWSmgnAsyncInitialize Application Migration Service.
initializeServiceAsync in interface AWSmgnAsyncasyncHandler - 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<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AWSmgnAsyncList all tags for your Application Migration Service resources.
listTagsForResourceAsync in interface AWSmgnAsyncpublic Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSmgnAsyncList all tags for your Application Migration Service resources.
listTagsForResourceAsync in interface AWSmgnAsyncasyncHandler - 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<MarkAsArchivedResult> markAsArchivedAsync(MarkAsArchivedRequest request)
AWSmgnAsyncArchives specific Source Servers by setting the SourceServer.isArchived property to true for specified SourceServers by ID. This command only works for SourceServers with a lifecycle. state which equals DISCONNECTED or CUTOVER.
markAsArchivedAsync in interface AWSmgnAsyncpublic Future<MarkAsArchivedResult> markAsArchivedAsync(MarkAsArchivedRequest request, AsyncHandler<MarkAsArchivedRequest,MarkAsArchivedResult> asyncHandler)
AWSmgnAsyncArchives specific Source Servers by setting the SourceServer.isArchived property to true for specified SourceServers by ID. This command only works for SourceServers with a lifecycle. state which equals DISCONNECTED or CUTOVER.
markAsArchivedAsync in interface AWSmgnAsyncasyncHandler - 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<RetryDataReplicationResult> retryDataReplicationAsync(RetryDataReplicationRequest request)
AWSmgnAsyncCauses the data replication initiation sequence to begin immediately upon next Handshake for specified SourceServer IDs, regardless of when the previous initiation started. This command will not work if the SourceServer is not stalled or is in a DISCONNECTED or STOPPED state.
retryDataReplicationAsync in interface AWSmgnAsyncpublic Future<RetryDataReplicationResult> retryDataReplicationAsync(RetryDataReplicationRequest request, AsyncHandler<RetryDataReplicationRequest,RetryDataReplicationResult> asyncHandler)
AWSmgnAsyncCauses the data replication initiation sequence to begin immediately upon next Handshake for specified SourceServer IDs, regardless of when the previous initiation started. This command will not work if the SourceServer is not stalled or is in a DISCONNECTED or STOPPED state.
retryDataReplicationAsync in interface AWSmgnAsyncasyncHandler - 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<StartCutoverResult> startCutoverAsync(StartCutoverRequest request)
AWSmgnAsyncLaunches a Cutover Instance for specific Source Servers. This command starts a LAUNCH job whose initiatedBy property is StartCutover and changes the SourceServer.lifeCycle.state property to CUTTING_OVER.
startCutoverAsync in interface AWSmgnAsyncpublic Future<StartCutoverResult> startCutoverAsync(StartCutoverRequest request, AsyncHandler<StartCutoverRequest,StartCutoverResult> asyncHandler)
AWSmgnAsyncLaunches a Cutover Instance for specific Source Servers. This command starts a LAUNCH job whose initiatedBy property is StartCutover and changes the SourceServer.lifeCycle.state property to CUTTING_OVER.
startCutoverAsync in interface AWSmgnAsyncasyncHandler - 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<StartReplicationResult> startReplicationAsync(StartReplicationRequest request)
AWSmgnAsyncStarts replication for SNAPSHOT_SHIPPING agents.
startReplicationAsync in interface AWSmgnAsyncpublic Future<StartReplicationResult> startReplicationAsync(StartReplicationRequest request, AsyncHandler<StartReplicationRequest,StartReplicationResult> asyncHandler)
AWSmgnAsyncStarts replication for SNAPSHOT_SHIPPING agents.
startReplicationAsync in interface AWSmgnAsyncasyncHandler - 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<StartTestResult> startTestAsync(StartTestRequest request)
AWSmgnAsyncLaunches a Test Instance for specific Source Servers. This command starts a LAUNCH job whose initiatedBy property is StartTest and changes the SourceServer.lifeCycle.state property to TESTING.
startTestAsync in interface AWSmgnAsyncpublic Future<StartTestResult> startTestAsync(StartTestRequest request, AsyncHandler<StartTestRequest,StartTestResult> asyncHandler)
AWSmgnAsyncLaunches a Test Instance for specific Source Servers. This command starts a LAUNCH job whose initiatedBy property is StartTest and changes the SourceServer.lifeCycle.state property to TESTING.
startTestAsync in interface AWSmgnAsyncasyncHandler - 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<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AWSmgnAsyncAdds or overwrites only the specified tags for the specified Application Migration Service resource or resources. When you specify an existing tag key, the value is overwritten with the new value. Each resource can have a maximum of 50 tags. Each tag consists of a key and optional value.
tagResourceAsync in interface AWSmgnAsyncpublic Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSmgnAsyncAdds or overwrites only the specified tags for the specified Application Migration Service resource or resources. When you specify an existing tag key, the value is overwritten with the new value. Each resource can have a maximum of 50 tags. Each tag consists of a key and optional value.
tagResourceAsync in interface AWSmgnAsyncasyncHandler - 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<TerminateTargetInstancesResult> terminateTargetInstancesAsync(TerminateTargetInstancesRequest request)
AWSmgnAsyncStarts a job that terminates specific launched EC2 Test and Cutover instances. This command will not work for any Source Server with a lifecycle.state of TESTING, CUTTING_OVER, or CUTOVER.
terminateTargetInstancesAsync in interface AWSmgnAsyncpublic Future<TerminateTargetInstancesResult> terminateTargetInstancesAsync(TerminateTargetInstancesRequest request, AsyncHandler<TerminateTargetInstancesRequest,TerminateTargetInstancesResult> asyncHandler)
AWSmgnAsyncStarts a job that terminates specific launched EC2 Test and Cutover instances. This command will not work for any Source Server with a lifecycle.state of TESTING, CUTTING_OVER, or CUTOVER.
terminateTargetInstancesAsync in interface AWSmgnAsyncasyncHandler - 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<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AWSmgnAsyncDeletes the specified set of tags from the specified set of Application Migration Service resources.
untagResourceAsync in interface AWSmgnAsyncpublic Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSmgnAsyncDeletes the specified set of tags from the specified set of Application Migration Service resources.
untagResourceAsync in interface AWSmgnAsyncasyncHandler - 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<UpdateLaunchConfigurationResult> updateLaunchConfigurationAsync(UpdateLaunchConfigurationRequest request)
AWSmgnAsyncUpdates multiple LaunchConfigurations by Source Server ID.
updateLaunchConfigurationAsync in interface AWSmgnAsyncpublic Future<UpdateLaunchConfigurationResult> updateLaunchConfigurationAsync(UpdateLaunchConfigurationRequest request, AsyncHandler<UpdateLaunchConfigurationRequest,UpdateLaunchConfigurationResult> asyncHandler)
AWSmgnAsyncUpdates multiple LaunchConfigurations by Source Server ID.
updateLaunchConfigurationAsync in interface AWSmgnAsyncasyncHandler - 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<UpdateLaunchConfigurationTemplateResult> updateLaunchConfigurationTemplateAsync(UpdateLaunchConfigurationTemplateRequest request)
AWSmgnAsyncCreates a new ReplicationConfigurationTemplate.
updateLaunchConfigurationTemplateAsync in interface AWSmgnAsyncpublic Future<UpdateLaunchConfigurationTemplateResult> updateLaunchConfigurationTemplateAsync(UpdateLaunchConfigurationTemplateRequest request, AsyncHandler<UpdateLaunchConfigurationTemplateRequest,UpdateLaunchConfigurationTemplateResult> asyncHandler)
AWSmgnAsyncCreates a new ReplicationConfigurationTemplate.
updateLaunchConfigurationTemplateAsync in interface AWSmgnAsyncasyncHandler - 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<UpdateReplicationConfigurationResult> updateReplicationConfigurationAsync(UpdateReplicationConfigurationRequest request)
AWSmgnAsyncAllows you to update multiple ReplicationConfigurations by Source Server ID.
updateReplicationConfigurationAsync in interface AWSmgnAsyncpublic Future<UpdateReplicationConfigurationResult> updateReplicationConfigurationAsync(UpdateReplicationConfigurationRequest request, AsyncHandler<UpdateReplicationConfigurationRequest,UpdateReplicationConfigurationResult> asyncHandler)
AWSmgnAsyncAllows you to update multiple ReplicationConfigurations by Source Server ID.
updateReplicationConfigurationAsync in interface AWSmgnAsyncasyncHandler - 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<UpdateReplicationConfigurationTemplateResult> updateReplicationConfigurationTemplateAsync(UpdateReplicationConfigurationTemplateRequest request)
AWSmgnAsyncUpdates multiple ReplicationConfigurationTemplates by ID.
updateReplicationConfigurationTemplateAsync in interface AWSmgnAsyncpublic Future<UpdateReplicationConfigurationTemplateResult> updateReplicationConfigurationTemplateAsync(UpdateReplicationConfigurationTemplateRequest request, AsyncHandler<UpdateReplicationConfigurationTemplateRequest,UpdateReplicationConfigurationTemplateResult> asyncHandler)
AWSmgnAsyncUpdates multiple ReplicationConfigurationTemplates by ID.
updateReplicationConfigurationTemplateAsync in interface AWSmgnAsyncasyncHandler - 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<UpdateSourceServerReplicationTypeResult> updateSourceServerReplicationTypeAsync(UpdateSourceServerReplicationTypeRequest request)
AWSmgnAsyncAllows you to change between the AGENT_BASED replication type and the SNAPSHOT_SHIPPING replication type.
updateSourceServerReplicationTypeAsync in interface AWSmgnAsyncpublic Future<UpdateSourceServerReplicationTypeResult> updateSourceServerReplicationTypeAsync(UpdateSourceServerReplicationTypeRequest request, AsyncHandler<UpdateSourceServerReplicationTypeRequest,UpdateSourceServerReplicationTypeResult> asyncHandler)
AWSmgnAsyncAllows you to change between the AGENT_BASED replication type and the SNAPSHOT_SHIPPING replication type.
updateSourceServerReplicationTypeAsync in interface AWSmgnAsyncasyncHandler - 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.Copyright © 2022. All rights reserved.