Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static TpmSupportValues |
TpmSupportValues.fromValue(String value)
Use this in place of valueOf.
|
static TpmSupportValues |
TpmSupportValues.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TpmSupportValues[] |
TpmSupportValues.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Image.setTpmSupport(TpmSupportValues tpmSupport)
If the image is configured for NitroTPM support, the value is
v2.0 . |
void |
RegisterImageRequest.setTpmSupport(TpmSupportValues tpmSupport)
Set to
v2.0 to enable Trusted Platform Module (TPM) support. |
Image |
Image.withTpmSupport(TpmSupportValues tpmSupport)
If the image is configured for NitroTPM support, the value is
v2.0 . |
RegisterImageRequest |
RegisterImageRequest.withTpmSupport(TpmSupportValues tpmSupport)
Set to
v2.0 to enable Trusted Platform Module (TPM) support. |
Copyright © 2023. All rights reserved.