| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceMetadataOptions |
InstanceMetadataOptions.clone() |
InstanceMetadataOptions |
Instance.getMetadataOptions()
The metadata options for the Amazon Lightsail instance.
|
InstanceMetadataOptions |
InstanceMetadataOptions.withHttpEndpoint(HttpEndpoint httpEndpoint)
Indicates whether the HTTP metadata endpoint on your instances is enabled or disabled.
|
InstanceMetadataOptions |
InstanceMetadataOptions.withHttpEndpoint(String httpEndpoint)
Indicates whether the HTTP metadata endpoint on your instances is enabled or disabled.
|
InstanceMetadataOptions |
InstanceMetadataOptions.withHttpProtocolIpv6(HttpProtocolIpv6 httpProtocolIpv6)
Indicates whether the IPv6 endpoint for the instance metadata service is enabled or disabled.
|
InstanceMetadataOptions |
InstanceMetadataOptions.withHttpProtocolIpv6(String httpProtocolIpv6)
Indicates whether the IPv6 endpoint for the instance metadata service is enabled or disabled.
|
InstanceMetadataOptions |
InstanceMetadataOptions.withHttpPutResponseHopLimit(Integer httpPutResponseHopLimit)
The desired HTTP PUT response hop limit for instance metadata requests.
|
InstanceMetadataOptions |
InstanceMetadataOptions.withHttpTokens(HttpTokens httpTokens)
The state of token usage for your instance metadata requests.
|
InstanceMetadataOptions |
InstanceMetadataOptions.withHttpTokens(String httpTokens)
The state of token usage for your instance metadata requests.
|
InstanceMetadataOptions |
InstanceMetadataOptions.withState(InstanceMetadataState state)
The state of the metadata option changes.
|
InstanceMetadataOptions |
InstanceMetadataOptions.withState(String state)
The state of the metadata option changes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Instance.setMetadataOptions(InstanceMetadataOptions metadataOptions)
The metadata options for the Amazon Lightsail instance.
|
Instance |
Instance.withMetadataOptions(InstanceMetadataOptions metadataOptions)
The metadata options for the Amazon Lightsail instance.
|
Copyright © 2024. All rights reserved.