Uses of Interface
software.amazon.awscdk.services.ec2.EbsDeviceSnapshotOptions
-
Uses of EbsDeviceSnapshotOptions in software.amazon.awscdk.services.ec2
Modifier and TypeClassDescriptionstatic final class
An implementation forEbsDeviceProps
static final class
An implementation forEbsDeviceSnapshotOptions
Modifier and TypeMethodDescriptionEbsDeviceSnapshotOptions.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionstatic BlockDeviceVolume
BlockDeviceVolume.ebsFromSnapshot
(String snapshotId, EbsDeviceSnapshotOptions options) Creates a new Elastic Block Storage device from an existing snapshot.