Uses of Enum
software.amazon.awssdk.services.ec2.model.BootModeType
Packages that use BootModeType
-
Uses of BootModeType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return BootModeTypeModifier and TypeMethodDescriptionstatic BootModeTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static BootModeTypeReturns the enum constant of this type with the specified name.static BootModeType[]BootModeType.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 BootModeTypeModifier and TypeMethodDescriptionstatic Set<BootModeType>BootModeType.knownValues()final List<BootModeType>InstanceTypeInfo.supportedBootModes()The supported boot modes.Methods in software.amazon.awssdk.services.ec2.model with parameters of type BootModeTypeModifier and TypeMethodDescriptionInstanceTypeInfo.Builder.supportedBootModes(BootModeType... supportedBootModes) The supported boot modes.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type BootModeTypeModifier and TypeMethodDescriptionInstanceTypeInfo.Builder.supportedBootModes(Collection<BootModeType> supportedBootModes) The supported boot modes.