| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static TpmSupportValues |
TpmSupportValues.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TpmSupportValues |
Image.tpmSupport()
If the image is configured for NitroTPM support, the value is
v2.0. |
TpmSupportValues |
RegisterImageRequest.tpmSupport()
Set to
v2.0 to enable Trusted Platform Module (TPM) support. |
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 |
|---|---|
static Set<TpmSupportValues> |
TpmSupportValues.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Image.Builder |
Image.Builder.tpmSupport(TpmSupportValues tpmSupport)
If the image is configured for NitroTPM support, the value is
v2.0. |
RegisterImageRequest.Builder |
RegisterImageRequest.Builder.tpmSupport(TpmSupportValues tpmSupport)
Set to
v2.0 to enable Trusted Platform Module (TPM) support. |
Copyright © 2023. All rights reserved.