Uses of Class
software.amazon.awssdk.services.lightsail.model.HttpProtocolIpv6
-
Packages that use HttpProtocolIpv6 Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of HttpProtocolIpv6 in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return HttpProtocolIpv6 Modifier and Type Method Description static HttpProtocolIpv6HttpProtocolIpv6. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HttpProtocolIpv6InstanceMetadataOptions. httpProtocolIpv6()Indicates whether the IPv6 endpoint for the instance metadata service is enabled or disabled.HttpProtocolIpv6UpdateInstanceMetadataOptionsRequest. httpProtocolIpv6()Enables or disables the IPv6 endpoint for the instance metadata service.static HttpProtocolIpv6HttpProtocolIpv6. 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.Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type HttpProtocolIpv6 Modifier and Type Method Description static Set<HttpProtocolIpv6>HttpProtocolIpv6. knownValues()Methods in software.amazon.awssdk.services.lightsail.model with parameters of type HttpProtocolIpv6 Modifier and Type Method Description InstanceMetadataOptions.BuilderInstanceMetadataOptions.Builder. httpProtocolIpv6(HttpProtocolIpv6 httpProtocolIpv6)Indicates whether the IPv6 endpoint for the instance metadata service is enabled or disabled.UpdateInstanceMetadataOptionsRequest.BuilderUpdateInstanceMetadataOptionsRequest.Builder. httpProtocolIpv6(HttpProtocolIpv6 httpProtocolIpv6)Enables or disables the IPv6 endpoint for the instance metadata service.
-