| Package | Description |
|---|---|
| com.amazonaws.services.drs |
AWS Elastic Disaster Recovery Service.
|
| com.amazonaws.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
RetryDataReplicationResult |
AbstractAWSdrs.retryDataReplication(RetryDataReplicationRequest request) |
RetryDataReplicationResult |
AWSdrs.retryDataReplication(RetryDataReplicationRequest retryDataReplicationRequest)
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.
|
RetryDataReplicationResult |
AWSdrsClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<RetryDataReplicationResult> |
AWSdrsAsyncClient.retryDataReplicationAsync(RetryDataReplicationRequest request,
AsyncHandler<RetryDataReplicationRequest,RetryDataReplicationResult> asyncHandler) |
Future<RetryDataReplicationResult> |
AbstractAWSdrsAsync.retryDataReplicationAsync(RetryDataReplicationRequest request,
AsyncHandler<RetryDataReplicationRequest,RetryDataReplicationResult> asyncHandler) |
Future<RetryDataReplicationResult> |
AWSdrsAsync.retryDataReplicationAsync(RetryDataReplicationRequest retryDataReplicationRequest,
AsyncHandler<RetryDataReplicationRequest,RetryDataReplicationResult> asyncHandler)
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.
|
| Modifier and Type | Method and Description |
|---|---|
RetryDataReplicationResult |
RetryDataReplicationResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
RetryDataReplicationResult |
RetryDataReplicationResult.clearTagsEntries()
Removes all the entries added into Tags.
|
RetryDataReplicationResult |
RetryDataReplicationResult.clone() |
RetryDataReplicationResult |
RetryDataReplicationResult.withArn(String arn)
The ARN of the Source Server.
|
RetryDataReplicationResult |
RetryDataReplicationResult.withDataReplicationInfo(DataReplicationInfo dataReplicationInfo)
The Data Replication Info of the Source Server.
|
RetryDataReplicationResult |
RetryDataReplicationResult.withLastLaunchResult(LastLaunchResult lastLaunchResult)
The status of the last recovery launch of this Source Server.
|
RetryDataReplicationResult |
RetryDataReplicationResult.withLastLaunchResult(String lastLaunchResult)
The status of the last recovery launch of this Source Server.
|
RetryDataReplicationResult |
RetryDataReplicationResult.withLifeCycle(LifeCycle lifeCycle)
The lifecycle information of this Source Server.
|
RetryDataReplicationResult |
RetryDataReplicationResult.withRecoveryInstanceId(String recoveryInstanceId)
The ID of the Recovery Instance associated with this Source Server.
|
RetryDataReplicationResult |
RetryDataReplicationResult.withReplicationDirection(ReplicationDirection replicationDirection)
Replication direction of the Source Server.
|
RetryDataReplicationResult |
RetryDataReplicationResult.withReplicationDirection(String replicationDirection)
Replication direction of the Source Server.
|
RetryDataReplicationResult |
RetryDataReplicationResult.withReversedDirectionSourceServerArn(String reversedDirectionSourceServerArn)
For EC2-originated Source Servers which have been failed over and then failed back, this value will mean the ARN
of the Source Server on the opposite replication direction.
|
RetryDataReplicationResult |
RetryDataReplicationResult.withSourceCloudProperties(SourceCloudProperties sourceCloudProperties)
Source cloud properties of the Source Server.
|
RetryDataReplicationResult |
RetryDataReplicationResult.withSourceProperties(SourceProperties sourceProperties)
The source properties of the Source Server.
|
RetryDataReplicationResult |
RetryDataReplicationResult.withSourceServerID(String sourceServerID)
The ID of the Source Server.
|
RetryDataReplicationResult |
RetryDataReplicationResult.withStagingArea(StagingArea stagingArea)
The staging area of the source server.
|
RetryDataReplicationResult |
RetryDataReplicationResult.withTags(Map<String,String> tags)
The tags associated with the Source Server.
|
Copyright © 2023. All rights reserved.