Uses of Enum
software.amazon.awssdk.services.ec2.model.BootModeValues
Packages that use BootModeValues
-
Uses of BootModeValues in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return BootModeValuesModifier and TypeMethodDescriptionfinal BootModeValuesImage.bootMode()The boot mode of the image.final BootModeValuesImportImageRequest.bootMode()The boot mode of the virtual machine.final BootModeValuesImportImageTask.bootMode()The boot mode of the virtual machine.final BootModeValuesInstance.bootMode()The boot mode that was specified by the AMI.final BootModeValuesRegisterImageRequest.bootMode()The boot mode of the AMI.static BootModeValuesUse this in place of valueOf to convert the raw string returned by the service into the enum value.static BootModeValuesReturns the enum constant of this type with the specified name.static BootModeValues[]BootModeValues.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 BootModeValuesMethods in software.amazon.awssdk.services.ec2.model with parameters of type BootModeValuesModifier and TypeMethodDescriptionImage.Builder.bootMode(BootModeValues bootMode) The boot mode of the image.ImportImageRequest.Builder.bootMode(BootModeValues bootMode) The boot mode of the virtual machine.ImportImageTask.Builder.bootMode(BootModeValues bootMode) The boot mode of the virtual machine.Instance.Builder.bootMode(BootModeValues bootMode) The boot mode that was specified by the AMI.RegisterImageRequest.Builder.bootMode(BootModeValues bootMode) The boot mode of the AMI.