Uses of Interface
software.amazon.awscdk.services.ec2.EbsDeviceSnapshotOptions
Packages that use EbsDeviceSnapshotOptions
-
Uses of EbsDeviceSnapshotOptions in software.amazon.awscdk.services.ec2
Subinterfaces of EbsDeviceSnapshotOptions in software.amazon.awscdk.services.ec2Classes in software.amazon.awscdk.services.ec2 that implement EbsDeviceSnapshotOptionsModifier and TypeClassDescriptionstatic final classAn implementation forEbsDevicePropsstatic final classAn implementation forEbsDeviceSnapshotOptionsMethods in software.amazon.awscdk.services.ec2 that return EbsDeviceSnapshotOptionsModifier and TypeMethodDescriptionEbsDeviceSnapshotOptions.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.ec2 with parameters of type EbsDeviceSnapshotOptionsModifier and TypeMethodDescriptionstatic BlockDeviceVolumeBlockDeviceVolume.ebsFromSnapshot(String snapshotId, EbsDeviceSnapshotOptions options) Creates a new Elastic Block Storage device from an existing snapshot.