@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSdrs extends Object implements AWSdrs
AWSdrs. Convenient method forms pass through to the corresponding overload that
takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
CreateReplicationConfigurationTemplateResult |
createReplicationConfigurationTemplate(CreateReplicationConfigurationTemplateRequest request)
Creates a new ReplicationConfigurationTemplate.
|
DeleteJobResult |
deleteJob(DeleteJobRequest request)
Deletes a single Job by ID.
|
DeleteRecoveryInstanceResult |
deleteRecoveryInstance(DeleteRecoveryInstanceRequest request)
Deletes a single Recovery Instance by ID.
|
DeleteReplicationConfigurationTemplateResult |
deleteReplicationConfigurationTemplate(DeleteReplicationConfigurationTemplateRequest request)
Deletes a single Replication Configuration Template by ID
|
DeleteSourceServerResult |
deleteSourceServer(DeleteSourceServerRequest request)
Deletes a single Source Server by ID.
|
DescribeJobLogItemsResult |
describeJobLogItems(DescribeJobLogItemsRequest request)
Retrieves a detailed Job log with pagination.
|
DescribeJobsResult |
describeJobs(DescribeJobsRequest request)
Returns a list of Jobs.
|
DescribeRecoveryInstancesResult |
describeRecoveryInstances(DescribeRecoveryInstancesRequest request)
Lists all Recovery Instances or multiple Recovery Instances by ID.
|
DescribeRecoverySnapshotsResult |
describeRecoverySnapshots(DescribeRecoverySnapshotsRequest request)
Lists all Recovery Snapshots for a single Source Server.
|
DescribeReplicationConfigurationTemplatesResult |
describeReplicationConfigurationTemplates(DescribeReplicationConfigurationTemplatesRequest request)
Lists all ReplicationConfigurationTemplates, filtered by Source Server IDs.
|
DescribeSourceServersResult |
describeSourceServers(DescribeSourceServersRequest request)
Lists all Source Servers or multiple Source Servers filtered by ID.
|
DisconnectRecoveryInstanceResult |
disconnectRecoveryInstance(DisconnectRecoveryInstanceRequest request)
Disconnect a Recovery Instance from Elastic Disaster Recovery.
|
DisconnectSourceServerResult |
disconnectSourceServer(DisconnectSourceServerRequest request)
Disconnects a specific Source Server from Elastic Disaster Recovery.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetFailbackReplicationConfigurationResult |
getFailbackReplicationConfiguration(GetFailbackReplicationConfigurationRequest request)
Lists all Failback ReplicationConfigurations, filtered by Recovery Instance ID.
|
GetLaunchConfigurationResult |
getLaunchConfiguration(GetLaunchConfigurationRequest request)
Gets a LaunchConfiguration, filtered by Source Server IDs.
|
GetReplicationConfigurationResult |
getReplicationConfiguration(GetReplicationConfigurationRequest request)
Gets a ReplicationConfiguration, filtered by Source Server ID.
|
InitializeServiceResult |
initializeService(InitializeServiceRequest request)
Initialize Elastic Disaster Recovery.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
List all tags for your Elastic Disaster Recovery resources.
|
RetryDataReplicationResult |
retryDataReplication(RetryDataReplicationRequest request)
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.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
StartFailbackLaunchResult |
startFailbackLaunch(StartFailbackLaunchRequest request)
Initiates a Job for launching the machine that is being failed back to from the specified Recovery Instance.
|
StartRecoveryResult |
startRecovery(StartRecoveryRequest request)
Launches Recovery Instances for the specified Source Servers.
|
StopFailbackResult |
stopFailback(StopFailbackRequest request)
Stops the failback process for a specified Recovery Instance.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Adds or overwrites only the specified tags for the specified Elastic Disaster Recovery resource or resources.
|
TerminateRecoveryInstancesResult |
terminateRecoveryInstances(TerminateRecoveryInstancesRequest request)
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.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Deletes the specified set of tags from the specified set of Elastic Disaster Recovery resources.
|
UpdateFailbackReplicationConfigurationResult |
updateFailbackReplicationConfiguration(UpdateFailbackReplicationConfigurationRequest request)
Allows you to update the failback replication configuration of a Recovery Instance by ID.
|
UpdateLaunchConfigurationResult |
updateLaunchConfiguration(UpdateLaunchConfigurationRequest request)
Updates a LaunchConfiguration by Source Server ID.
|
UpdateReplicationConfigurationResult |
updateReplicationConfiguration(UpdateReplicationConfigurationRequest request)
Allows you to update a ReplicationConfiguration by Source Server ID.
|
UpdateReplicationConfigurationTemplateResult |
updateReplicationConfigurationTemplate(UpdateReplicationConfigurationTemplateRequest request)
Updates a ReplicationConfigurationTemplate by ID.
|
public CreateReplicationConfigurationTemplateResult createReplicationConfigurationTemplate(CreateReplicationConfigurationTemplateRequest request)
AWSdrsCreates a new ReplicationConfigurationTemplate.
createReplicationConfigurationTemplate in interface AWSdrspublic DeleteJobResult deleteJob(DeleteJobRequest request)
AWSdrsDeletes a single Job by ID.
deleteJob in interface AWSdrspublic DeleteRecoveryInstanceResult deleteRecoveryInstance(DeleteRecoveryInstanceRequest request)
AWSdrsDeletes 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.
deleteRecoveryInstance in interface AWSdrspublic DeleteReplicationConfigurationTemplateResult deleteReplicationConfigurationTemplate(DeleteReplicationConfigurationTemplateRequest request)
AWSdrsDeletes a single Replication Configuration Template by ID
deleteReplicationConfigurationTemplate in interface AWSdrspublic DeleteSourceServerResult deleteSourceServer(DeleteSourceServerRequest request)
AWSdrsDeletes a single Source Server by ID. The Source Server must be disconnected first.
deleteSourceServer in interface AWSdrspublic DescribeJobLogItemsResult describeJobLogItems(DescribeJobLogItemsRequest request)
AWSdrsRetrieves a detailed Job log with pagination.
describeJobLogItems in interface AWSdrspublic DescribeJobsResult describeJobs(DescribeJobsRequest request)
AWSdrsReturns 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.
describeJobs in interface AWSdrspublic DescribeRecoveryInstancesResult describeRecoveryInstances(DescribeRecoveryInstancesRequest request)
AWSdrsLists all Recovery Instances or multiple Recovery Instances by ID.
describeRecoveryInstances in interface AWSdrspublic DescribeRecoverySnapshotsResult describeRecoverySnapshots(DescribeRecoverySnapshotsRequest request)
AWSdrsLists all Recovery Snapshots for a single Source Server.
describeRecoverySnapshots in interface AWSdrspublic DescribeReplicationConfigurationTemplatesResult describeReplicationConfigurationTemplates(DescribeReplicationConfigurationTemplatesRequest request)
AWSdrsLists all ReplicationConfigurationTemplates, filtered by Source Server IDs.
describeReplicationConfigurationTemplates in interface AWSdrspublic DescribeSourceServersResult describeSourceServers(DescribeSourceServersRequest request)
AWSdrsLists all Source Servers or multiple Source Servers filtered by ID.
describeSourceServers in interface AWSdrspublic DisconnectRecoveryInstanceResult disconnectRecoveryInstance(DisconnectRecoveryInstanceRequest request)
AWSdrsDisconnect 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.
disconnectRecoveryInstance in interface AWSdrspublic DisconnectSourceServerResult disconnectSourceServer(DisconnectSourceServerRequest request)
AWSdrsDisconnects 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.
disconnectSourceServer in interface AWSdrspublic GetFailbackReplicationConfigurationResult getFailbackReplicationConfiguration(GetFailbackReplicationConfigurationRequest request)
AWSdrsLists all Failback ReplicationConfigurations, filtered by Recovery Instance ID.
getFailbackReplicationConfiguration in interface AWSdrspublic GetLaunchConfigurationResult getLaunchConfiguration(GetLaunchConfigurationRequest request)
AWSdrsGets a LaunchConfiguration, filtered by Source Server IDs.
getLaunchConfiguration in interface AWSdrspublic GetReplicationConfigurationResult getReplicationConfiguration(GetReplicationConfigurationRequest request)
AWSdrsGets a ReplicationConfiguration, filtered by Source Server ID.
getReplicationConfiguration in interface AWSdrspublic InitializeServiceResult initializeService(InitializeServiceRequest request)
AWSdrsInitialize Elastic Disaster Recovery.
initializeService in interface AWSdrspublic ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSdrsList all tags for your Elastic Disaster Recovery resources.
listTagsForResource in interface AWSdrspublic RetryDataReplicationResult retryDataReplication(RetryDataReplicationRequest request)
AWSdrsCauses 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.
retryDataReplication in interface AWSdrspublic StartFailbackLaunchResult startFailbackLaunch(StartFailbackLaunchRequest request)
AWSdrsInitiates 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.
startFailbackLaunch in interface AWSdrspublic StartRecoveryResult startRecovery(StartRecoveryRequest request)
AWSdrsLaunches 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.
startRecovery in interface AWSdrspublic StopFailbackResult stopFailback(StopFailbackRequest request)
AWSdrsStops the failback process for a specified Recovery Instance. This changes the Failback State of the Recovery Instance back to FAILBACK_NOT_STARTED.
stopFailback in interface AWSdrspublic TagResourceResult tagResource(TagResourceRequest request)
AWSdrsAdds 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.
tagResource in interface AWSdrspublic TerminateRecoveryInstancesResult terminateRecoveryInstances(TerminateRecoveryInstancesRequest request)
AWSdrsInitiates 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.
terminateRecoveryInstances in interface AWSdrspublic UntagResourceResult untagResource(UntagResourceRequest request)
AWSdrsDeletes the specified set of tags from the specified set of Elastic Disaster Recovery resources.
untagResource in interface AWSdrspublic UpdateFailbackReplicationConfigurationResult updateFailbackReplicationConfiguration(UpdateFailbackReplicationConfigurationRequest request)
AWSdrsAllows you to update the failback replication configuration of a Recovery Instance by ID.
updateFailbackReplicationConfiguration in interface AWSdrspublic UpdateLaunchConfigurationResult updateLaunchConfiguration(UpdateLaunchConfigurationRequest request)
AWSdrsUpdates a LaunchConfiguration by Source Server ID.
updateLaunchConfiguration in interface AWSdrspublic UpdateReplicationConfigurationResult updateReplicationConfiguration(UpdateReplicationConfigurationRequest request)
AWSdrsAllows you to update a ReplicationConfiguration by Source Server ID.
updateReplicationConfiguration in interface AWSdrspublic UpdateReplicationConfigurationTemplateResult updateReplicationConfigurationTemplate(UpdateReplicationConfigurationTemplateRequest request)
AWSdrsUpdates a ReplicationConfigurationTemplate by ID.
updateReplicationConfigurationTemplate in interface AWSdrspublic void shutdown()
AWSdrspublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSdrsResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AWSdrsrequest - The originally executed request.