Uses of Class
software.amazon.awssdk.services.ec2.model.BootModeValues
-
Packages that use BootModeValues Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of BootModeValues in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return BootModeValues Modifier and Type Method Description BootModeValuesImage. bootMode()The boot mode of the image.BootModeValuesImportImageRequest. bootMode()The boot mode of the virtual machine.BootModeValuesImportImageTask. bootMode()The boot mode of the virtual machine.BootModeValuesInstance. bootMode()The boot mode that was specified by the AMI.BootModeValuesRegisterImageRequest. bootMode()The boot mode of the AMI.static BootModeValuesBootModeValues. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BootModeValuesBootModeValues. valueOf(String name)Returns 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 BootModeValues Modifier and Type Method Description static Set<BootModeValues>BootModeValues. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type BootModeValues Modifier and Type Method Description Image.BuilderImage.Builder. bootMode(BootModeValues bootMode)The boot mode of the image.ImportImageRequest.BuilderImportImageRequest.Builder. bootMode(BootModeValues bootMode)The boot mode of the virtual machine.ImportImageTask.BuilderImportImageTask.Builder. bootMode(BootModeValues bootMode)The boot mode of the virtual machine.Instance.BuilderInstance.Builder. bootMode(BootModeValues bootMode)The boot mode that was specified by the AMI.RegisterImageRequest.BuilderRegisterImageRequest.Builder. bootMode(BootModeValues bootMode)The boot mode of the AMI.
-