| Package | Description |
|---|---|
| software.amazon.awssdk.services.drs |
AWS Elastic Disaster Recovery Service.
|
| Modifier and Type | Method and Description |
|---|---|
default RetryDataReplicationResponse |
DrsClient.retryDataReplication(Consumer<RetryDataReplicationRequest.Builder> 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.
|
default RetryDataReplicationResponse |
DrsClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RetryDataReplicationResponse> |
DrsAsyncClient.retryDataReplication(Consumer<RetryDataReplicationRequest.Builder> 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.
|
default CompletableFuture<RetryDataReplicationResponse> |
DrsAsyncClient.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.
|
Copyright © 2022. All rights reserved.