Uses of Enum
software.amazon.awscdk.services.ec2.LocalStorage
Packages that use LocalStorage
-
Uses of LocalStorage in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return LocalStorageModifier and TypeMethodDescriptiondefault LocalStorage
InstanceRequirementsConfig.getLocalStorage()
Indicates whether instance types with instance store volumes are included, excluded, or required.final LocalStorage
InstanceRequirementsConfig.Jsii$Proxy.getLocalStorage()
static LocalStorage
Returns the enum constant of this type with the specified name.static LocalStorage[]
LocalStorage.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.ec2 with parameters of type LocalStorageModifier and TypeMethodDescriptionInstanceRequirementsConfig.Builder.localStorage
(LocalStorage localStorage) Sets the value ofInstanceRequirementsConfig.getLocalStorage()