Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
InstanceMetadataOptionsRequest |
InstanceMetadataOptionsRequest.clone() |
InstanceMetadataOptionsRequest |
RunInstancesRequest.getMetadataOptions()
The metadata options for the instance.
|
InstanceMetadataOptionsRequest |
InstanceMetadataOptionsRequest.withHttpEndpoint(InstanceMetadataEndpointState httpEndpoint)
Enables or disables the HTTP metadata endpoint on your instances.
|
InstanceMetadataOptionsRequest |
InstanceMetadataOptionsRequest.withHttpEndpoint(String httpEndpoint)
Enables or disables the HTTP metadata endpoint on your instances.
|
InstanceMetadataOptionsRequest |
InstanceMetadataOptionsRequest.withHttpProtocolIpv6(InstanceMetadataProtocolState httpProtocolIpv6)
Enables or disables the IPv6 endpoint for the instance metadata service.
|
InstanceMetadataOptionsRequest |
InstanceMetadataOptionsRequest.withHttpProtocolIpv6(String httpProtocolIpv6)
Enables or disables the IPv6 endpoint for the instance metadata service.
|
InstanceMetadataOptionsRequest |
InstanceMetadataOptionsRequest.withHttpPutResponseHopLimit(Integer httpPutResponseHopLimit)
The desired HTTP PUT response hop limit for instance metadata requests.
|
InstanceMetadataOptionsRequest |
InstanceMetadataOptionsRequest.withHttpTokens(HttpTokensState httpTokens)
The state of token usage for your instance metadata requests.
|
InstanceMetadataOptionsRequest |
InstanceMetadataOptionsRequest.withHttpTokens(String httpTokens)
The state of token usage for your instance metadata requests.
|
InstanceMetadataOptionsRequest |
InstanceMetadataOptionsRequest.withInstanceMetadataTags(InstanceMetadataTagsState instanceMetadataTags)
Set to
enabled to allow access to instance tags from the instance metadata. |
InstanceMetadataOptionsRequest |
InstanceMetadataOptionsRequest.withInstanceMetadataTags(String instanceMetadataTags)
Set to
enabled to allow access to instance tags from the instance metadata. |
Modifier and Type | Method and Description |
---|---|
void |
RunInstancesRequest.setMetadataOptions(InstanceMetadataOptionsRequest metadataOptions)
The metadata options for the instance.
|
RunInstancesRequest |
RunInstancesRequest.withMetadataOptions(InstanceMetadataOptionsRequest metadataOptions)
The metadata options for the instance.
|
Copyright © 2022. All rights reserved.