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