Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static ImdsSupportValues |
ImdsSupportValues.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
void |
Image.setImdsSupport(ImdsSupportValues imdsSupport)
If
v2.0 , it indicates that IMDSv2 is specified in the AMI. |
void |
RegisterImageRequest.setImdsSupport(ImdsSupportValues imdsSupport)
Set to
v2.0 to indicate that IMDSv2 is specified in the AMI. |
Image |
Image.withImdsSupport(ImdsSupportValues imdsSupport)
If
v2.0 , it indicates that IMDSv2 is specified in the AMI. |
RegisterImageRequest |
RegisterImageRequest.withImdsSupport(ImdsSupportValues imdsSupport)
Set to
v2.0 to indicate that IMDSv2 is specified in the AMI. |
Copyright © 2023. All rights reserved.