| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static HttpProtocolIpv6 |
HttpProtocolIpv6.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
HttpProtocolIpv6 |
UpdateInstanceMetadataOptionsRequest.httpProtocolIpv6()
Enables or disables the IPv6 endpoint for the instance metadata service.
|
HttpProtocolIpv6 |
InstanceMetadataOptions.httpProtocolIpv6()
Indicates whether the IPv6 endpoint for the instance metadata service is enabled or disabled.
|
static HttpProtocolIpv6 |
HttpProtocolIpv6.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpProtocolIpv6[] |
HttpProtocolIpv6.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<HttpProtocolIpv6> |
HttpProtocolIpv6.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateInstanceMetadataOptionsRequest.Builder |
UpdateInstanceMetadataOptionsRequest.Builder.httpProtocolIpv6(HttpProtocolIpv6 httpProtocolIpv6)
Enables or disables the IPv6 endpoint for the instance metadata service.
|
InstanceMetadataOptions.Builder |
InstanceMetadataOptions.Builder.httpProtocolIpv6(HttpProtocolIpv6 httpProtocolIpv6)
Indicates whether the IPv6 endpoint for the instance metadata service is enabled or disabled.
|
Copyright © 2023. All rights reserved.