| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static InstanceMetadataTagsState |
InstanceMetadataTagsState.fromValue(String value)
Use this in place of valueOf.
|
static InstanceMetadataTagsState |
InstanceMetadataTagsState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceMetadataTagsState[] |
InstanceMetadataTagsState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceMetadataOptionsRequest |
InstanceMetadataOptionsRequest.withInstanceMetadataTags(InstanceMetadataTagsState instanceMetadataTags)
Set to
enabled to allow access to instance tags from the instance metadata. |
InstanceMetadataOptionsResponse |
InstanceMetadataOptionsResponse.withInstanceMetadataTags(InstanceMetadataTagsState instanceMetadataTags)
Indicates whether access to instance tags from the instance metadata is enabled or disabled.
|
ModifyInstanceMetadataOptionsRequest |
ModifyInstanceMetadataOptionsRequest.withInstanceMetadataTags(InstanceMetadataTagsState instanceMetadataTags)
Set to
enabled to allow access to instance tags from the instance metadata. |
Copyright © 2023. All rights reserved.