| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static LaunchTemplateInstanceMetadataTagsState |
LaunchTemplateInstanceMetadataTagsState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LaunchTemplateInstanceMetadataTagsState |
LaunchTemplateInstanceMetadataOptions.instanceMetadataTags() |
LaunchTemplateInstanceMetadataTagsState |
LaunchTemplateInstanceMetadataOptionsRequest.instanceMetadataTags()
Set to
enabled to allow access to instance tags from the instance metadata. |
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 |
|---|---|
static Set<LaunchTemplateInstanceMetadataTagsState> |
LaunchTemplateInstanceMetadataTagsState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateInstanceMetadataOptions.Builder |
LaunchTemplateInstanceMetadataOptions.Builder.instanceMetadataTags(LaunchTemplateInstanceMetadataTagsState instanceMetadataTags) |
LaunchTemplateInstanceMetadataOptionsRequest.Builder |
LaunchTemplateInstanceMetadataOptionsRequest.Builder.instanceMetadataTags(LaunchTemplateInstanceMetadataTagsState instanceMetadataTags)
Set to
enabled to allow access to instance tags from the instance metadata. |
Copyright © 2022. All rights reserved.