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