Uses of Interface
software.amazon.awscdk.services.autoscaling.EbsDeviceSnapshotOptions
Packages that use EbsDeviceSnapshotOptions
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of EbsDeviceSnapshotOptions in software.amazon.awscdk.services.autoscaling
Subinterfaces of EbsDeviceSnapshotOptions in software.amazon.awscdk.services.autoscalingClasses in software.amazon.awscdk.services.autoscaling that implement EbsDeviceSnapshotOptionsModifier and TypeClassDescriptionstatic final class
An implementation forEbsDeviceProps
static final class
An implementation forEbsDeviceSnapshotOptions
Methods in software.amazon.awscdk.services.autoscaling that return EbsDeviceSnapshotOptionsModifier and TypeMethodDescriptionEbsDeviceSnapshotOptions.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.autoscaling with parameters of type EbsDeviceSnapshotOptionsModifier and TypeMethodDescriptionstatic BlockDeviceVolume
BlockDeviceVolume.ebsFromSnapshot
(String snapshotId, EbsDeviceSnapshotOptions options) Creates a new Elastic Block Storage device from an existing snapshot.