Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static BootModeValues |
BootModeValues.fromValue(String value)
Use this in place of valueOf.
|
static BootModeValues |
BootModeValues.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.
|
Modifier and Type | Method and Description |
---|---|
void |
RegisterImageRequest.setBootMode(BootModeValues bootMode)
The boot mode of the AMI.
|
void |
Image.setBootMode(BootModeValues bootMode)
The boot mode of the image.
|
void |
Instance.setBootMode(BootModeValues bootMode)
The boot mode of the instance.
|
RegisterImageRequest |
RegisterImageRequest.withBootMode(BootModeValues bootMode)
The boot mode of the AMI.
|
ImportImageTask |
ImportImageTask.withBootMode(BootModeValues bootMode)
The boot mode of the virtual machine.
|
Image |
Image.withBootMode(BootModeValues bootMode)
The boot mode of the image.
|
Instance |
Instance.withBootMode(BootModeValues bootMode)
The boot mode of the instance.
|
ImportImageRequest |
ImportImageRequest.withBootMode(BootModeValues bootMode)
The boot mode of the virtual machine.
|
Copyright © 2021. All rights reserved.