Uses of Enum
software.amazon.awscdk.services.ec2.LocalStorageType
Packages that use LocalStorageType
-
Uses of LocalStorageType in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return LocalStorageTypeModifier and TypeMethodDescriptionstatic LocalStorageTypeReturns the enum constant of this type with the specified name.static LocalStorageType[]LocalStorageType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.ec2 that return types with arguments of type LocalStorageTypeModifier and TypeMethodDescriptiondefault List<LocalStorageType> InstanceRequirementsConfig.getLocalStorageTypes()Indicates the type of local storage that is required.final List<LocalStorageType> InstanceRequirementsConfig.Jsii$Proxy.getLocalStorageTypes()Method parameters in software.amazon.awscdk.services.ec2 with type arguments of type LocalStorageTypeModifier and TypeMethodDescriptionInstanceRequirementsConfig.Builder.localStorageTypes(List<? extends LocalStorageType> localStorageTypes) Sets the value ofInstanceRequirementsConfig.getLocalStorageTypes()