Uses of Enum
software.amazon.awssdk.services.ec2.model.LocalStorageType
Packages that use LocalStorageType
-
Uses of LocalStorageType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return LocalStorageTypeModifier and TypeMethodDescriptionstatic LocalStorageTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static 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.awssdk.services.ec2.model that return types with arguments of type LocalStorageTypeModifier and TypeMethodDescriptionstatic Set<LocalStorageType>LocalStorageType.knownValues()final List<LocalStorageType>InstanceRequirements.localStorageTypes()The type of local storage that is required.final List<LocalStorageType>InstanceRequirementsRequest.localStorageTypes()The type of local storage that is required.Methods in software.amazon.awssdk.services.ec2.model with parameters of type LocalStorageTypeModifier and TypeMethodDescriptionInstanceRequirements.Builder.localStorageTypes(LocalStorageType... localStorageTypes) The type of local storage that is required.InstanceRequirementsRequest.Builder.localStorageTypes(LocalStorageType... localStorageTypes) The type of local storage that is required.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LocalStorageTypeModifier and TypeMethodDescriptionInstanceRequirements.Builder.localStorageTypes(Collection<LocalStorageType> localStorageTypes) The type of local storage that is required.InstanceRequirementsRequest.Builder.localStorageTypes(Collection<LocalStorageType> localStorageTypes) The type of local storage that is required.