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