| Package | Description |
|---|---|
| com.amazonaws.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
RecoverySnapshot |
RecoverySnapshot.clone() |
RecoverySnapshot |
RecoverySnapshot.withEbsSnapshots(Collection<String> ebsSnapshots)
A list of EBS snapshots.
|
RecoverySnapshot |
RecoverySnapshot.withEbsSnapshots(String... ebsSnapshots)
A list of EBS snapshots.
|
RecoverySnapshot |
RecoverySnapshot.withExpectedTimestamp(String expectedTimestamp)
The timestamp of when we expect the snapshot to be taken.
|
RecoverySnapshot |
RecoverySnapshot.withSnapshotID(String snapshotID)
The ID of the Recovery Snapshot.
|
RecoverySnapshot |
RecoverySnapshot.withSourceServerID(String sourceServerID)
The ID of the Source Server that the snapshot was taken for.
|
RecoverySnapshot |
RecoverySnapshot.withTimestamp(String timestamp)
The actual timestamp that the snapshot was taken.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecoverySnapshot> |
DescribeRecoverySnapshotsResult.getItems()
An array of Recovery Snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeRecoverySnapshotsResult |
DescribeRecoverySnapshotsResult.withItems(RecoverySnapshot... items)
An array of Recovery Snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeRecoverySnapshotsResult.setItems(Collection<RecoverySnapshot> items)
An array of Recovery Snapshots.
|
DescribeRecoverySnapshotsResult |
DescribeRecoverySnapshotsResult.withItems(Collection<RecoverySnapshot> items)
An array of Recovery Snapshots.
|
Copyright © 2023. All rights reserved.