Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
InstanceMetadataOptionsResponse |
InstanceMetadataOptionsResponse.clone() |
InstanceMetadataOptionsResponse |
ModifyInstanceMetadataOptionsResult.getInstanceMetadataOptions()
The metadata options for the instance.
|
InstanceMetadataOptionsResponse |
Instance.getMetadataOptions()
The metadata options for the instance.
|
InstanceMetadataOptionsResponse |
InstanceMetadataOptionsResponse.withHttpEndpoint(InstanceMetadataEndpointState httpEndpoint)
Indicates whether the HTTP metadata endpoint on your instances is enabled or disabled.
|
InstanceMetadataOptionsResponse |
InstanceMetadataOptionsResponse.withHttpEndpoint(String httpEndpoint)
Indicates whether the HTTP metadata endpoint on your instances is enabled or disabled.
|
InstanceMetadataOptionsResponse |
InstanceMetadataOptionsResponse.withHttpProtocolIpv6(InstanceMetadataProtocolState httpProtocolIpv6)
Indicates whether the IPv6 endpoint for the instance metadata service is enabled or disabled.
|
InstanceMetadataOptionsResponse |
InstanceMetadataOptionsResponse.withHttpProtocolIpv6(String httpProtocolIpv6)
Indicates whether the IPv6 endpoint for the instance metadata service is enabled or disabled.
|
InstanceMetadataOptionsResponse |
InstanceMetadataOptionsResponse.withHttpPutResponseHopLimit(Integer httpPutResponseHopLimit)
The desired HTTP PUT response hop limit for instance metadata requests.
|
InstanceMetadataOptionsResponse |
InstanceMetadataOptionsResponse.withHttpTokens(HttpTokensState httpTokens)
IMDSv2 uses token-backed sessions.
|
InstanceMetadataOptionsResponse |
InstanceMetadataOptionsResponse.withHttpTokens(String httpTokens)
IMDSv2 uses token-backed sessions.
|
InstanceMetadataOptionsResponse |
InstanceMetadataOptionsResponse.withInstanceMetadataTags(InstanceMetadataTagsState instanceMetadataTags)
Indicates whether access to instance tags from the instance metadata is enabled or disabled.
|
InstanceMetadataOptionsResponse |
InstanceMetadataOptionsResponse.withInstanceMetadataTags(String instanceMetadataTags)
Indicates whether access to instance tags from the instance metadata is enabled or disabled.
|
InstanceMetadataOptionsResponse |
InstanceMetadataOptionsResponse.withState(InstanceMetadataOptionsState state)
The state of the metadata option changes.
|
InstanceMetadataOptionsResponse |
InstanceMetadataOptionsResponse.withState(String state)
The state of the metadata option changes.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyInstanceMetadataOptionsResult.setInstanceMetadataOptions(InstanceMetadataOptionsResponse instanceMetadataOptions)
The metadata options for the instance.
|
void |
Instance.setMetadataOptions(InstanceMetadataOptionsResponse metadataOptions)
The metadata options for the instance.
|
ModifyInstanceMetadataOptionsResult |
ModifyInstanceMetadataOptionsResult.withInstanceMetadataOptions(InstanceMetadataOptionsResponse instanceMetadataOptions)
The metadata options for the instance.
|
Instance |
Instance.withMetadataOptions(InstanceMetadataOptionsResponse metadataOptions)
The metadata options for the instance.
|
Copyright © 2023. All rights reserved.