| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static ImdsSupportValues |
ImdsSupportValues.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ImdsSupportValues |
Image.imdsSupport()
If
v2.0, it indicates that IMDSv2 is specified in the AMI. |
ImdsSupportValues |
RegisterImageRequest.imdsSupport()
Set to
v2.0 to indicate that IMDSv2 is specified in the AMI. |
static ImdsSupportValues |
ImdsSupportValues.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImdsSupportValues[] |
ImdsSupportValues.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<ImdsSupportValues> |
ImdsSupportValues.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Image.Builder |
Image.Builder.imdsSupport(ImdsSupportValues imdsSupport)
If
v2.0, it indicates that IMDSv2 is specified in the AMI. |
RegisterImageRequest.Builder |
RegisterImageRequest.Builder.imdsSupport(ImdsSupportValues imdsSupport)
Set to
v2.0 to indicate that IMDSv2 is specified in the AMI. |
Copyright © 2022. All rights reserved.