Uses of Interface
software.amazon.awssdk.services.drs.model.RecoverySnapshot.Builder
-
Packages that use RecoverySnapshot.Builder Package Description software.amazon.awssdk.services.drs.model -
-
Uses of RecoverySnapshot.Builder in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return RecoverySnapshot.Builder Modifier and Type Method Description static RecoverySnapshot.BuilderRecoverySnapshot. builder()RecoverySnapshot.BuilderRecoverySnapshot.Builder. ebsSnapshots(String... ebsSnapshots)A list of EBS snapshots.RecoverySnapshot.BuilderRecoverySnapshot.Builder. ebsSnapshots(Collection<String> ebsSnapshots)A list of EBS snapshots.RecoverySnapshot.BuilderRecoverySnapshot.Builder. expectedTimestamp(String expectedTimestamp)The timestamp of when we expect the snapshot to be taken.RecoverySnapshot.BuilderRecoverySnapshot.Builder. snapshotID(String snapshotID)The ID of the Recovery Snapshot.RecoverySnapshot.BuilderRecoverySnapshot.Builder. sourceServerID(String sourceServerID)The ID of the Source Server that the snapshot was taken for.RecoverySnapshot.BuilderRecoverySnapshot.Builder. timestamp(String timestamp)The actual timestamp that the snapshot was taken.RecoverySnapshot.BuilderRecoverySnapshot. toBuilder()Methods in software.amazon.awssdk.services.drs.model that return types with arguments of type RecoverySnapshot.Builder Modifier and Type Method Description static Class<? extends RecoverySnapshot.Builder>RecoverySnapshot. serializableBuilderClass()
-