@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSdrsAsync extends AbstractAWSdrs implements AWSdrsAsync
AWSdrsAsync
. Convenient method forms pass through to the corresponding overload
that takes a request object and an AsyncHandler
, which throws an UnsupportedOperationException
.ENDPOINT_PREFIX
associateSourceNetworkStack, createExtendedSourceServer, createLaunchConfigurationTemplate, createReplicationConfigurationTemplate, createSourceNetwork, deleteJob, deleteLaunchAction, deleteLaunchConfigurationTemplate, deleteRecoveryInstance, deleteReplicationConfigurationTemplate, deleteSourceNetwork, deleteSourceServer, describeJobLogItems, describeJobs, describeLaunchConfigurationTemplates, describeRecoveryInstances, describeRecoverySnapshots, describeReplicationConfigurationTemplates, describeSourceNetworks, describeSourceServers, disconnectRecoveryInstance, disconnectSourceServer, exportSourceNetworkCfnTemplate, getCachedResponseMetadata, getFailbackReplicationConfiguration, getLaunchConfiguration, getReplicationConfiguration, initializeService, listExtensibleSourceServers, listLaunchActions, listStagingAccounts, listTagsForResource, putLaunchAction, retryDataReplication, reverseReplication, shutdown, startFailbackLaunch, startRecovery, startReplication, startSourceNetworkRecovery, startSourceNetworkReplication, stopFailback, stopReplication, stopSourceNetworkReplication, tagResource, terminateRecoveryInstances, untagResource, updateFailbackReplicationConfiguration, updateLaunchConfiguration, updateLaunchConfigurationTemplate, updateReplicationConfiguration, updateReplicationConfigurationTemplate
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
associateSourceNetworkStack, createExtendedSourceServer, createLaunchConfigurationTemplate, createReplicationConfigurationTemplate, createSourceNetwork, deleteJob, deleteLaunchAction, deleteLaunchConfigurationTemplate, deleteRecoveryInstance, deleteReplicationConfigurationTemplate, deleteSourceNetwork, deleteSourceServer, describeJobLogItems, describeJobs, describeLaunchConfigurationTemplates, describeRecoveryInstances, describeRecoverySnapshots, describeReplicationConfigurationTemplates, describeSourceNetworks, describeSourceServers, disconnectRecoveryInstance, disconnectSourceServer, exportSourceNetworkCfnTemplate, getCachedResponseMetadata, getFailbackReplicationConfiguration, getLaunchConfiguration, getReplicationConfiguration, initializeService, listExtensibleSourceServers, listLaunchActions, listStagingAccounts, listTagsForResource, putLaunchAction, retryDataReplication, reverseReplication, shutdown, startFailbackLaunch, startRecovery, startReplication, startSourceNetworkRecovery, startSourceNetworkReplication, stopFailback, stopReplication, stopSourceNetworkReplication, tagResource, terminateRecoveryInstances, untagResource, updateFailbackReplicationConfiguration, updateLaunchConfiguration, updateLaunchConfigurationTemplate, updateReplicationConfiguration, updateReplicationConfigurationTemplate
public Future<AssociateSourceNetworkStackResult> associateSourceNetworkStackAsync(AssociateSourceNetworkStackRequest request)
AWSdrsAsync
Associate a Source Network to an existing CloudFormation Stack and modify launch templates to use this network. Can be used for reverting to previously deployed CloudFormation stacks.
associateSourceNetworkStackAsync
in interface AWSdrsAsync
public Future<AssociateSourceNetworkStackResult> associateSourceNetworkStackAsync(AssociateSourceNetworkStackRequest request, AsyncHandler<AssociateSourceNetworkStackRequest,AssociateSourceNetworkStackResult> asyncHandler)
AWSdrsAsync
Associate a Source Network to an existing CloudFormation Stack and modify launch templates to use this network. Can be used for reverting to previously deployed CloudFormation stacks.
associateSourceNetworkStackAsync
in interface AWSdrsAsync
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<CreateExtendedSourceServerResult> createExtendedSourceServerAsync(CreateExtendedSourceServerRequest request)
AWSdrsAsync
Create an extended source server in the target Account based on the source server in staging account.
createExtendedSourceServerAsync
in interface AWSdrsAsync
public Future<CreateExtendedSourceServerResult> createExtendedSourceServerAsync(CreateExtendedSourceServerRequest request, AsyncHandler<CreateExtendedSourceServerRequest,CreateExtendedSourceServerResult> asyncHandler)
AWSdrsAsync
Create an extended source server in the target Account based on the source server in staging account.
createExtendedSourceServerAsync
in interface AWSdrsAsync
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<CreateLaunchConfigurationTemplateResult> createLaunchConfigurationTemplateAsync(CreateLaunchConfigurationTemplateRequest request)
AWSdrsAsync
Creates a new Launch Configuration Template.
createLaunchConfigurationTemplateAsync
in interface AWSdrsAsync
public Future<CreateLaunchConfigurationTemplateResult> createLaunchConfigurationTemplateAsync(CreateLaunchConfigurationTemplateRequest request, AsyncHandler<CreateLaunchConfigurationTemplateRequest,CreateLaunchConfigurationTemplateResult> asyncHandler)
AWSdrsAsync
Creates a new Launch Configuration Template.
createLaunchConfigurationTemplateAsync
in interface AWSdrsAsync
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<CreateReplicationConfigurationTemplateResult> createReplicationConfigurationTemplateAsync(CreateReplicationConfigurationTemplateRequest request)
AWSdrsAsync
Creates a new ReplicationConfigurationTemplate.
createReplicationConfigurationTemplateAsync
in interface AWSdrsAsync
public Future<CreateReplicationConfigurationTemplateResult> createReplicationConfigurationTemplateAsync(CreateReplicationConfigurationTemplateRequest request, AsyncHandler<CreateReplicationConfigurationTemplateRequest,CreateReplicationConfigurationTemplateResult> asyncHandler)
AWSdrsAsync
Creates a new ReplicationConfigurationTemplate.
createReplicationConfigurationTemplateAsync
in interface AWSdrsAsync
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<CreateSourceNetworkResult> createSourceNetworkAsync(CreateSourceNetworkRequest request)
AWSdrsAsync
Create a new Source Network resource for a provided VPC ID.
createSourceNetworkAsync
in interface AWSdrsAsync
public Future<CreateSourceNetworkResult> createSourceNetworkAsync(CreateSourceNetworkRequest request, AsyncHandler<CreateSourceNetworkRequest,CreateSourceNetworkResult> asyncHandler)
AWSdrsAsync
Create a new Source Network resource for a provided VPC ID.
createSourceNetworkAsync
in interface AWSdrsAsync
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<DeleteJobResult> deleteJobAsync(DeleteJobRequest request)
AWSdrsAsync
Deletes a single Job by ID.
deleteJobAsync
in interface AWSdrsAsync
public Future<DeleteJobResult> deleteJobAsync(DeleteJobRequest request, AsyncHandler<DeleteJobRequest,DeleteJobResult> asyncHandler)
AWSdrsAsync
Deletes a single Job by ID.
deleteJobAsync
in interface AWSdrsAsync
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<DeleteLaunchActionResult> deleteLaunchActionAsync(DeleteLaunchActionRequest request)
AWSdrsAsync
Deletes a resource launch action.
deleteLaunchActionAsync
in interface AWSdrsAsync
public Future<DeleteLaunchActionResult> deleteLaunchActionAsync(DeleteLaunchActionRequest request, AsyncHandler<DeleteLaunchActionRequest,DeleteLaunchActionResult> asyncHandler)
AWSdrsAsync
Deletes a resource launch action.
deleteLaunchActionAsync
in interface AWSdrsAsync
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<DeleteLaunchConfigurationTemplateResult> deleteLaunchConfigurationTemplateAsync(DeleteLaunchConfigurationTemplateRequest request)
AWSdrsAsync
Deletes a single Launch Configuration Template by ID.
deleteLaunchConfigurationTemplateAsync
in interface AWSdrsAsync
public Future<DeleteLaunchConfigurationTemplateResult> deleteLaunchConfigurationTemplateAsync(DeleteLaunchConfigurationTemplateRequest request, AsyncHandler<DeleteLaunchConfigurationTemplateRequest,DeleteLaunchConfigurationTemplateResult> asyncHandler)
AWSdrsAsync
Deletes a single Launch Configuration Template by ID.
deleteLaunchConfigurationTemplateAsync
in interface AWSdrsAsync
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<DeleteRecoveryInstanceResult> deleteRecoveryInstanceAsync(DeleteRecoveryInstanceRequest request)
AWSdrsAsync
Deletes a single Recovery Instance by ID. This deletes the Recovery Instance resource from Elastic Disaster Recovery. The Recovery Instance must be disconnected first in order to delete it.
deleteRecoveryInstanceAsync
in interface AWSdrsAsync
public Future<DeleteRecoveryInstanceResult> deleteRecoveryInstanceAsync(DeleteRecoveryInstanceRequest request, AsyncHandler<DeleteRecoveryInstanceRequest,DeleteRecoveryInstanceResult> asyncHandler)
AWSdrsAsync
Deletes a single Recovery Instance by ID. This deletes the Recovery Instance resource from Elastic Disaster Recovery. The Recovery Instance must be disconnected first in order to delete it.
deleteRecoveryInstanceAsync
in interface AWSdrsAsync
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<DeleteReplicationConfigurationTemplateResult> deleteReplicationConfigurationTemplateAsync(DeleteReplicationConfigurationTemplateRequest request)
AWSdrsAsync
Deletes a single Replication Configuration Template by ID
deleteReplicationConfigurationTemplateAsync
in interface AWSdrsAsync
public Future<DeleteReplicationConfigurationTemplateResult> deleteReplicationConfigurationTemplateAsync(DeleteReplicationConfigurationTemplateRequest request, AsyncHandler<DeleteReplicationConfigurationTemplateRequest,DeleteReplicationConfigurationTemplateResult> asyncHandler)
AWSdrsAsync
Deletes a single Replication Configuration Template by ID
deleteReplicationConfigurationTemplateAsync
in interface AWSdrsAsync
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<DeleteSourceNetworkResult> deleteSourceNetworkAsync(DeleteSourceNetworkRequest request)
AWSdrsAsync
Delete Source Network resource.
deleteSourceNetworkAsync
in interface AWSdrsAsync
public Future<DeleteSourceNetworkResult> deleteSourceNetworkAsync(DeleteSourceNetworkRequest request, AsyncHandler<DeleteSourceNetworkRequest,DeleteSourceNetworkResult> asyncHandler)
AWSdrsAsync
Delete Source Network resource.
deleteSourceNetworkAsync
in interface AWSdrsAsync
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<DeleteSourceServerResult> deleteSourceServerAsync(DeleteSourceServerRequest request)
AWSdrsAsync
Deletes a single Source Server by ID. The Source Server must be disconnected first.
deleteSourceServerAsync
in interface AWSdrsAsync
public Future<DeleteSourceServerResult> deleteSourceServerAsync(DeleteSourceServerRequest request, AsyncHandler<DeleteSourceServerRequest,DeleteSourceServerResult> asyncHandler)
AWSdrsAsync
Deletes a single Source Server by ID. The Source Server must be disconnected first.
deleteSourceServerAsync
in interface AWSdrsAsync
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<DescribeJobLogItemsResult> describeJobLogItemsAsync(DescribeJobLogItemsRequest request)
AWSdrsAsync
Retrieves a detailed Job log with pagination.
describeJobLogItemsAsync
in interface AWSdrsAsync
public Future<DescribeJobLogItemsResult> describeJobLogItemsAsync(DescribeJobLogItemsRequest request, AsyncHandler<DescribeJobLogItemsRequest,DescribeJobLogItemsResult> asyncHandler)
AWSdrsAsync
Retrieves a detailed Job log with pagination.
describeJobLogItemsAsync
in interface AWSdrsAsync
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<DescribeJobsResult> describeJobsAsync(DescribeJobsRequest request)
AWSdrsAsync
Returns a list of Jobs. Use the JobsID and fromDate and toDate filters to limit which jobs are returned. The response is sorted by creationDataTime - latest date first. Jobs are created by the StartRecovery, TerminateRecoveryInstances and StartFailbackLaunch 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 AWSdrsAsync
public Future<DescribeJobsResult> describeJobsAsync(DescribeJobsRequest request, AsyncHandler<DescribeJobsRequest,DescribeJobsResult> asyncHandler)
AWSdrsAsync
Returns a list of Jobs. Use the JobsID and fromDate and toDate filters to limit which jobs are returned. The response is sorted by creationDataTime - latest date first. Jobs are created by the StartRecovery, TerminateRecoveryInstances and StartFailbackLaunch 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 AWSdrsAsync
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<DescribeLaunchConfigurationTemplatesResult> describeLaunchConfigurationTemplatesAsync(DescribeLaunchConfigurationTemplatesRequest request)
AWSdrsAsync
Lists all Launch Configuration Templates, filtered by Launch Configuration Template IDs
describeLaunchConfigurationTemplatesAsync
in interface AWSdrsAsync
public Future<DescribeLaunchConfigurationTemplatesResult> describeLaunchConfigurationTemplatesAsync(DescribeLaunchConfigurationTemplatesRequest request, AsyncHandler<DescribeLaunchConfigurationTemplatesRequest,DescribeLaunchConfigurationTemplatesResult> asyncHandler)
AWSdrsAsync
Lists all Launch Configuration Templates, filtered by Launch Configuration Template IDs
describeLaunchConfigurationTemplatesAsync
in interface AWSdrsAsync
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<DescribeRecoveryInstancesResult> describeRecoveryInstancesAsync(DescribeRecoveryInstancesRequest request)
AWSdrsAsync
Lists all Recovery Instances or multiple Recovery Instances by ID.
describeRecoveryInstancesAsync
in interface AWSdrsAsync
public Future<DescribeRecoveryInstancesResult> describeRecoveryInstancesAsync(DescribeRecoveryInstancesRequest request, AsyncHandler<DescribeRecoveryInstancesRequest,DescribeRecoveryInstancesResult> asyncHandler)
AWSdrsAsync
Lists all Recovery Instances or multiple Recovery Instances by ID.
describeRecoveryInstancesAsync
in interface AWSdrsAsync
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<DescribeRecoverySnapshotsResult> describeRecoverySnapshotsAsync(DescribeRecoverySnapshotsRequest request)
AWSdrsAsync
Lists all Recovery Snapshots for a single Source Server.
describeRecoverySnapshotsAsync
in interface AWSdrsAsync
public Future<DescribeRecoverySnapshotsResult> describeRecoverySnapshotsAsync(DescribeRecoverySnapshotsRequest request, AsyncHandler<DescribeRecoverySnapshotsRequest,DescribeRecoverySnapshotsResult> asyncHandler)
AWSdrsAsync
Lists all Recovery Snapshots for a single Source Server.
describeRecoverySnapshotsAsync
in interface AWSdrsAsync
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<DescribeReplicationConfigurationTemplatesResult> describeReplicationConfigurationTemplatesAsync(DescribeReplicationConfigurationTemplatesRequest request)
AWSdrsAsync
Lists all ReplicationConfigurationTemplates, filtered by Source Server IDs.
describeReplicationConfigurationTemplatesAsync
in interface AWSdrsAsync
public Future<DescribeReplicationConfigurationTemplatesResult> describeReplicationConfigurationTemplatesAsync(DescribeReplicationConfigurationTemplatesRequest request, AsyncHandler<DescribeReplicationConfigurationTemplatesRequest,DescribeReplicationConfigurationTemplatesResult> asyncHandler)
AWSdrsAsync
Lists all ReplicationConfigurationTemplates, filtered by Source Server IDs.
describeReplicationConfigurationTemplatesAsync
in interface AWSdrsAsync
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<DescribeSourceNetworksResult> describeSourceNetworksAsync(DescribeSourceNetworksRequest request)
AWSdrsAsync
Lists all Source Networks or multiple Source Networks filtered by ID.
describeSourceNetworksAsync
in interface AWSdrsAsync
public Future<DescribeSourceNetworksResult> describeSourceNetworksAsync(DescribeSourceNetworksRequest request, AsyncHandler<DescribeSourceNetworksRequest,DescribeSourceNetworksResult> asyncHandler)
AWSdrsAsync
Lists all Source Networks or multiple Source Networks filtered by ID.
describeSourceNetworksAsync
in interface AWSdrsAsync
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<DescribeSourceServersResult> describeSourceServersAsync(DescribeSourceServersRequest request)
AWSdrsAsync
Lists all Source Servers or multiple Source Servers filtered by ID.
describeSourceServersAsync
in interface AWSdrsAsync
public Future<DescribeSourceServersResult> describeSourceServersAsync(DescribeSourceServersRequest request, AsyncHandler<DescribeSourceServersRequest,DescribeSourceServersResult> asyncHandler)
AWSdrsAsync
Lists all Source Servers or multiple Source Servers filtered by ID.
describeSourceServersAsync
in interface AWSdrsAsync
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<DisconnectRecoveryInstanceResult> disconnectRecoveryInstanceAsync(DisconnectRecoveryInstanceRequest request)
AWSdrsAsync
Disconnect a Recovery Instance from Elastic Disaster Recovery. Data replication is stopped immediately. All AWS resources created by Elastic Disaster Recovery for enabling the replication of the Recovery Instance will be terminated / deleted within 90 minutes. If the agent on the Recovery Instance has not been prevented from communicating with the Elastic Disaster Recovery service, then it will receive a command to uninstall itself (within approximately 10 minutes). The following properties of the Recovery Instance 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.
disconnectRecoveryInstanceAsync
in interface AWSdrsAsync
public Future<DisconnectRecoveryInstanceResult> disconnectRecoveryInstanceAsync(DisconnectRecoveryInstanceRequest request, AsyncHandler<DisconnectRecoveryInstanceRequest,DisconnectRecoveryInstanceResult> asyncHandler)
AWSdrsAsync
Disconnect a Recovery Instance from Elastic Disaster Recovery. Data replication is stopped immediately. All AWS resources created by Elastic Disaster Recovery for enabling the replication of the Recovery Instance will be terminated / deleted within 90 minutes. If the agent on the Recovery Instance has not been prevented from communicating with the Elastic Disaster Recovery service, then it will receive a command to uninstall itself (within approximately 10 minutes). The following properties of the Recovery Instance 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.
disconnectRecoveryInstanceAsync
in interface AWSdrsAsync
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<DisconnectSourceServerResult> disconnectSourceServerAsync(DisconnectSourceServerRequest request)
AWSdrsAsync
Disconnects a specific Source Server from Elastic Disaster Recovery. Data replication is stopped immediately. All AWS resources created by Elastic Disaster Recovery for enabling the replication of the Source Server will be terminated / deleted within 90 minutes. You cannot disconnect a Source Server if it has a Recovery Instance. If the agent on the Source Server has not been prevented from communicating with the Elastic Disaster Recovery 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.
disconnectSourceServerAsync
in interface AWSdrsAsync
public Future<DisconnectSourceServerResult> disconnectSourceServerAsync(DisconnectSourceServerRequest request, AsyncHandler<DisconnectSourceServerRequest,DisconnectSourceServerResult> asyncHandler)
AWSdrsAsync
Disconnects a specific Source Server from Elastic Disaster Recovery. Data replication is stopped immediately. All AWS resources created by Elastic Disaster Recovery for enabling the replication of the Source Server will be terminated / deleted within 90 minutes. You cannot disconnect a Source Server if it has a Recovery Instance. If the agent on the Source Server has not been prevented from communicating with the Elastic Disaster Recovery 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.
disconnectSourceServerAsync
in interface AWSdrsAsync
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<ExportSourceNetworkCfnTemplateResult> exportSourceNetworkCfnTemplateAsync(ExportSourceNetworkCfnTemplateRequest request)
AWSdrsAsync
Export the Source Network CloudFormation template to an S3 bucket.
exportSourceNetworkCfnTemplateAsync
in interface AWSdrsAsync
public Future<ExportSourceNetworkCfnTemplateResult> exportSourceNetworkCfnTemplateAsync(ExportSourceNetworkCfnTemplateRequest request, AsyncHandler<ExportSourceNetworkCfnTemplateRequest,ExportSourceNetworkCfnTemplateResult> asyncHandler)
AWSdrsAsync
Export the Source Network CloudFormation template to an S3 bucket.
exportSourceNetworkCfnTemplateAsync
in interface AWSdrsAsync
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<GetFailbackReplicationConfigurationResult> getFailbackReplicationConfigurationAsync(GetFailbackReplicationConfigurationRequest request)
AWSdrsAsync
Lists all Failback ReplicationConfigurations, filtered by Recovery Instance ID.
getFailbackReplicationConfigurationAsync
in interface AWSdrsAsync
public Future<GetFailbackReplicationConfigurationResult> getFailbackReplicationConfigurationAsync(GetFailbackReplicationConfigurationRequest request, AsyncHandler<GetFailbackReplicationConfigurationRequest,GetFailbackReplicationConfigurationResult> asyncHandler)
AWSdrsAsync
Lists all Failback ReplicationConfigurations, filtered by Recovery Instance ID.
getFailbackReplicationConfigurationAsync
in interface AWSdrsAsync
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<GetLaunchConfigurationResult> getLaunchConfigurationAsync(GetLaunchConfigurationRequest request)
AWSdrsAsync
Gets a LaunchConfiguration, filtered by Source Server IDs.
getLaunchConfigurationAsync
in interface AWSdrsAsync
public Future<GetLaunchConfigurationResult> getLaunchConfigurationAsync(GetLaunchConfigurationRequest request, AsyncHandler<GetLaunchConfigurationRequest,GetLaunchConfigurationResult> asyncHandler)
AWSdrsAsync
Gets a LaunchConfiguration, filtered by Source Server IDs.
getLaunchConfigurationAsync
in interface AWSdrsAsync
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<GetReplicationConfigurationResult> getReplicationConfigurationAsync(GetReplicationConfigurationRequest request)
AWSdrsAsync
Gets a ReplicationConfiguration, filtered by Source Server ID.
getReplicationConfigurationAsync
in interface AWSdrsAsync
public Future<GetReplicationConfigurationResult> getReplicationConfigurationAsync(GetReplicationConfigurationRequest request, AsyncHandler<GetReplicationConfigurationRequest,GetReplicationConfigurationResult> asyncHandler)
AWSdrsAsync
Gets a ReplicationConfiguration, filtered by Source Server ID.
getReplicationConfigurationAsync
in interface AWSdrsAsync
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<InitializeServiceResult> initializeServiceAsync(InitializeServiceRequest request)
AWSdrsAsync
Initialize Elastic Disaster Recovery.
initializeServiceAsync
in interface AWSdrsAsync
public Future<InitializeServiceResult> initializeServiceAsync(InitializeServiceRequest request, AsyncHandler<InitializeServiceRequest,InitializeServiceResult> asyncHandler)
AWSdrsAsync
Initialize Elastic Disaster Recovery.
initializeServiceAsync
in interface AWSdrsAsync
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<ListExtensibleSourceServersResult> listExtensibleSourceServersAsync(ListExtensibleSourceServersRequest request)
AWSdrsAsync
Returns a list of source servers on a staging account that are extensible, which means that: a. The source server is not already extended into this Account. b. The source server on the Account we’re reading from is not an extension of another source server.
listExtensibleSourceServersAsync
in interface AWSdrsAsync
public Future<ListExtensibleSourceServersResult> listExtensibleSourceServersAsync(ListExtensibleSourceServersRequest request, AsyncHandler<ListExtensibleSourceServersRequest,ListExtensibleSourceServersResult> asyncHandler)
AWSdrsAsync
Returns a list of source servers on a staging account that are extensible, which means that: a. The source server is not already extended into this Account. b. The source server on the Account we’re reading from is not an extension of another source server.
listExtensibleSourceServersAsync
in interface AWSdrsAsync
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<ListLaunchActionsResult> listLaunchActionsAsync(ListLaunchActionsRequest request)
AWSdrsAsync
Lists resource launch actions.
listLaunchActionsAsync
in interface AWSdrsAsync
public Future<ListLaunchActionsResult> listLaunchActionsAsync(ListLaunchActionsRequest request, AsyncHandler<ListLaunchActionsRequest,ListLaunchActionsResult> asyncHandler)
AWSdrsAsync
Lists resource launch actions.
listLaunchActionsAsync
in interface AWSdrsAsync
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<ListStagingAccountsResult> listStagingAccountsAsync(ListStagingAccountsRequest request)
AWSdrsAsync
Returns an array of staging accounts for existing extended source servers.
listStagingAccountsAsync
in interface AWSdrsAsync
public Future<ListStagingAccountsResult> listStagingAccountsAsync(ListStagingAccountsRequest request, AsyncHandler<ListStagingAccountsRequest,ListStagingAccountsResult> asyncHandler)
AWSdrsAsync
Returns an array of staging accounts for existing extended source servers.
listStagingAccountsAsync
in interface AWSdrsAsync
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<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AWSdrsAsync
List all tags for your Elastic Disaster Recovery resources.
listTagsForResourceAsync
in interface AWSdrsAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSdrsAsync
List all tags for your Elastic Disaster Recovery resources.
listTagsForResourceAsync
in interface AWSdrsAsync
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<PutLaunchActionResult> putLaunchActionAsync(PutLaunchActionRequest request)
AWSdrsAsync
Puts a resource launch action.
putLaunchActionAsync
in interface AWSdrsAsync
public Future<PutLaunchActionResult> putLaunchActionAsync(PutLaunchActionRequest request, AsyncHandler<PutLaunchActionRequest,PutLaunchActionResult> asyncHandler)
AWSdrsAsync
Puts a resource launch action.
putLaunchActionAsync
in interface AWSdrsAsync
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.@Deprecated public Future<RetryDataReplicationResult> retryDataReplicationAsync(RetryDataReplicationRequest request)
AWSdrsAsync
WARNING: RetryDataReplication is deprecated. Causes the data replication initiation sequence to begin immediately upon next Handshake for the specified Source Server ID, regardless of when the previous initiation started. This command will work only if the Source Server is stalled or is in a DISCONNECTED or STOPPED state.
retryDataReplicationAsync
in interface AWSdrsAsync
@Deprecated public Future<RetryDataReplicationResult> retryDataReplicationAsync(RetryDataReplicationRequest request, AsyncHandler<RetryDataReplicationRequest,RetryDataReplicationResult> asyncHandler)
AWSdrsAsync
WARNING: RetryDataReplication is deprecated. Causes the data replication initiation sequence to begin immediately upon next Handshake for the specified Source Server ID, regardless of when the previous initiation started. This command will work only if the Source Server is stalled or is in a DISCONNECTED or STOPPED state.
retryDataReplicationAsync
in interface AWSdrsAsync
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<ReverseReplicationResult> reverseReplicationAsync(ReverseReplicationRequest request)
AWSdrsAsync
Start replication to origin / target region - applies only to protected instances that originated in EC2. For recovery instances on target region - starts replication back to origin region. For failback instances on origin region - starts replication to target region to re-protect them.
reverseReplicationAsync
in interface AWSdrsAsync
public Future<ReverseReplicationResult> reverseReplicationAsync(ReverseReplicationRequest request, AsyncHandler<ReverseReplicationRequest,ReverseReplicationResult> asyncHandler)
AWSdrsAsync
Start replication to origin / target region - applies only to protected instances that originated in EC2. For recovery instances on target region - starts replication back to origin region. For failback instances on origin region - starts replication to target region to re-protect them.
reverseReplicationAsync
in interface AWSdrsAsync
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<StartFailbackLaunchResult> startFailbackLaunchAsync(StartFailbackLaunchRequest request)
AWSdrsAsync
Initiates a Job for launching the machine that is being failed back to from the specified Recovery Instance. This will run conversion on the failback client and will reboot your machine, thus completing the failback process.
startFailbackLaunchAsync
in interface AWSdrsAsync
public Future<StartFailbackLaunchResult> startFailbackLaunchAsync(StartFailbackLaunchRequest request, AsyncHandler<StartFailbackLaunchRequest,StartFailbackLaunchResult> asyncHandler)
AWSdrsAsync
Initiates a Job for launching the machine that is being failed back to from the specified Recovery Instance. This will run conversion on the failback client and will reboot your machine, thus completing the failback process.
startFailbackLaunchAsync
in interface AWSdrsAsync
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<StartRecoveryResult> startRecoveryAsync(StartRecoveryRequest request)
AWSdrsAsync
Launches Recovery Instances for the specified Source Servers. For each Source Server you may choose a point in time snapshot to launch from, or use an on demand snapshot.
startRecoveryAsync
in interface AWSdrsAsync
public Future<StartRecoveryResult> startRecoveryAsync(StartRecoveryRequest request, AsyncHandler<StartRecoveryRequest,StartRecoveryResult> asyncHandler)
AWSdrsAsync
Launches Recovery Instances for the specified Source Servers. For each Source Server you may choose a point in time snapshot to launch from, or use an on demand snapshot.
startRecoveryAsync
in interface AWSdrsAsync
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<StartReplicationResult> startReplicationAsync(StartReplicationRequest request)
AWSdrsAsync
Starts replication for a stopped Source Server. This action would make the Source Server protected again and restart billing for it.
startReplicationAsync
in interface AWSdrsAsync
public Future<StartReplicationResult> startReplicationAsync(StartReplicationRequest request, AsyncHandler<StartReplicationRequest,StartReplicationResult> asyncHandler)
AWSdrsAsync
Starts replication for a stopped Source Server. This action would make the Source Server protected again and restart billing for it.
startReplicationAsync
in interface AWSdrsAsync
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<StartSourceNetworkRecoveryResult> startSourceNetworkRecoveryAsync(StartSourceNetworkRecoveryRequest request)
AWSdrsAsync
Deploy VPC for the specified Source Network and modify launch templates to use this network. The VPC will be deployed using a dedicated CloudFormation stack.
startSourceNetworkRecoveryAsync
in interface AWSdrsAsync
public Future<StartSourceNetworkRecoveryResult> startSourceNetworkRecoveryAsync(StartSourceNetworkRecoveryRequest request, AsyncHandler<StartSourceNetworkRecoveryRequest,StartSourceNetworkRecoveryResult> asyncHandler)
AWSdrsAsync
Deploy VPC for the specified Source Network and modify launch templates to use this network. The VPC will be deployed using a dedicated CloudFormation stack.
startSourceNetworkRecoveryAsync
in interface AWSdrsAsync
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<StartSourceNetworkReplicationResult> startSourceNetworkReplicationAsync(StartSourceNetworkReplicationRequest request)
AWSdrsAsync
Starts replication for a Source Network. This action would make the Source Network protected.
startSourceNetworkReplicationAsync
in interface AWSdrsAsync
public Future<StartSourceNetworkReplicationResult> startSourceNetworkReplicationAsync(StartSourceNetworkReplicationRequest request, AsyncHandler<StartSourceNetworkReplicationRequest,StartSourceNetworkReplicationResult> asyncHandler)
AWSdrsAsync
Starts replication for a Source Network. This action would make the Source Network protected.
startSourceNetworkReplicationAsync
in interface AWSdrsAsync
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<StopFailbackResult> stopFailbackAsync(StopFailbackRequest request)
AWSdrsAsync
Stops the failback process for a specified Recovery Instance. This changes the Failback State of the Recovery Instance back to FAILBACK_NOT_STARTED.
stopFailbackAsync
in interface AWSdrsAsync
public Future<StopFailbackResult> stopFailbackAsync(StopFailbackRequest request, AsyncHandler<StopFailbackRequest,StopFailbackResult> asyncHandler)
AWSdrsAsync
Stops the failback process for a specified Recovery Instance. This changes the Failback State of the Recovery Instance back to FAILBACK_NOT_STARTED.
stopFailbackAsync
in interface AWSdrsAsync
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<StopReplicationResult> stopReplicationAsync(StopReplicationRequest request)
AWSdrsAsync
Stops replication for a Source Server. This action would make the Source Server unprotected, delete its existing snapshots and stop billing for it.
stopReplicationAsync
in interface AWSdrsAsync
public Future<StopReplicationResult> stopReplicationAsync(StopReplicationRequest request, AsyncHandler<StopReplicationRequest,StopReplicationResult> asyncHandler)
AWSdrsAsync
Stops replication for a Source Server. This action would make the Source Server unprotected, delete its existing snapshots and stop billing for it.
stopReplicationAsync
in interface AWSdrsAsync
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<StopSourceNetworkReplicationResult> stopSourceNetworkReplicationAsync(StopSourceNetworkReplicationRequest request)
AWSdrsAsync
Stops replication for a Source Network. This action would make the Source Network unprotected.
stopSourceNetworkReplicationAsync
in interface AWSdrsAsync
public Future<StopSourceNetworkReplicationResult> stopSourceNetworkReplicationAsync(StopSourceNetworkReplicationRequest request, AsyncHandler<StopSourceNetworkReplicationRequest,StopSourceNetworkReplicationResult> asyncHandler)
AWSdrsAsync
Stops replication for a Source Network. This action would make the Source Network unprotected.
stopSourceNetworkReplicationAsync
in interface AWSdrsAsync
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<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AWSdrsAsync
Adds or overwrites only the specified tags for the specified Elastic Disaster Recovery 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 AWSdrsAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSdrsAsync
Adds or overwrites only the specified tags for the specified Elastic Disaster Recovery 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 AWSdrsAsync
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<TerminateRecoveryInstancesResult> terminateRecoveryInstancesAsync(TerminateRecoveryInstancesRequest request)
AWSdrsAsync
Initiates a Job for terminating the EC2 resources associated with the specified Recovery Instances, and then will delete the Recovery Instances from the Elastic Disaster Recovery service.
terminateRecoveryInstancesAsync
in interface AWSdrsAsync
public Future<TerminateRecoveryInstancesResult> terminateRecoveryInstancesAsync(TerminateRecoveryInstancesRequest request, AsyncHandler<TerminateRecoveryInstancesRequest,TerminateRecoveryInstancesResult> asyncHandler)
AWSdrsAsync
Initiates a Job for terminating the EC2 resources associated with the specified Recovery Instances, and then will delete the Recovery Instances from the Elastic Disaster Recovery service.
terminateRecoveryInstancesAsync
in interface AWSdrsAsync
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<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AWSdrsAsync
Deletes the specified set of tags from the specified set of Elastic Disaster Recovery resources.
untagResourceAsync
in interface AWSdrsAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSdrsAsync
Deletes the specified set of tags from the specified set of Elastic Disaster Recovery resources.
untagResourceAsync
in interface AWSdrsAsync
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<UpdateFailbackReplicationConfigurationResult> updateFailbackReplicationConfigurationAsync(UpdateFailbackReplicationConfigurationRequest request)
AWSdrsAsync
Allows you to update the failback replication configuration of a Recovery Instance by ID.
updateFailbackReplicationConfigurationAsync
in interface AWSdrsAsync
public Future<UpdateFailbackReplicationConfigurationResult> updateFailbackReplicationConfigurationAsync(UpdateFailbackReplicationConfigurationRequest request, AsyncHandler<UpdateFailbackReplicationConfigurationRequest,UpdateFailbackReplicationConfigurationResult> asyncHandler)
AWSdrsAsync
Allows you to update the failback replication configuration of a Recovery Instance by ID.
updateFailbackReplicationConfigurationAsync
in interface AWSdrsAsync
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<UpdateLaunchConfigurationResult> updateLaunchConfigurationAsync(UpdateLaunchConfigurationRequest request)
AWSdrsAsync
Updates a LaunchConfiguration by Source Server ID.
updateLaunchConfigurationAsync
in interface AWSdrsAsync
public Future<UpdateLaunchConfigurationResult> updateLaunchConfigurationAsync(UpdateLaunchConfigurationRequest request, AsyncHandler<UpdateLaunchConfigurationRequest,UpdateLaunchConfigurationResult> asyncHandler)
AWSdrsAsync
Updates a LaunchConfiguration by Source Server ID.
updateLaunchConfigurationAsync
in interface AWSdrsAsync
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<UpdateLaunchConfigurationTemplateResult> updateLaunchConfigurationTemplateAsync(UpdateLaunchConfigurationTemplateRequest request)
AWSdrsAsync
Updates an existing Launch Configuration Template by ID.
updateLaunchConfigurationTemplateAsync
in interface AWSdrsAsync
public Future<UpdateLaunchConfigurationTemplateResult> updateLaunchConfigurationTemplateAsync(UpdateLaunchConfigurationTemplateRequest request, AsyncHandler<UpdateLaunchConfigurationTemplateRequest,UpdateLaunchConfigurationTemplateResult> asyncHandler)
AWSdrsAsync
Updates an existing Launch Configuration Template by ID.
updateLaunchConfigurationTemplateAsync
in interface AWSdrsAsync
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<UpdateReplicationConfigurationResult> updateReplicationConfigurationAsync(UpdateReplicationConfigurationRequest request)
AWSdrsAsync
Allows you to update a ReplicationConfiguration by Source Server ID.
updateReplicationConfigurationAsync
in interface AWSdrsAsync
public Future<UpdateReplicationConfigurationResult> updateReplicationConfigurationAsync(UpdateReplicationConfigurationRequest request, AsyncHandler<UpdateReplicationConfigurationRequest,UpdateReplicationConfigurationResult> asyncHandler)
AWSdrsAsync
Allows you to update a ReplicationConfiguration by Source Server ID.
updateReplicationConfigurationAsync
in interface AWSdrsAsync
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<UpdateReplicationConfigurationTemplateResult> updateReplicationConfigurationTemplateAsync(UpdateReplicationConfigurationTemplateRequest request)
AWSdrsAsync
Updates a ReplicationConfigurationTemplate by ID.
updateReplicationConfigurationTemplateAsync
in interface AWSdrsAsync
public Future<UpdateReplicationConfigurationTemplateResult> updateReplicationConfigurationTemplateAsync(UpdateReplicationConfigurationTemplateRequest request, AsyncHandler<UpdateReplicationConfigurationTemplateRequest,UpdateReplicationConfigurationTemplateResult> asyncHandler)
AWSdrsAsync
Updates a ReplicationConfigurationTemplate by ID.
updateReplicationConfigurationTemplateAsync
in interface AWSdrsAsync
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.