Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceMetadataProtocolState
-
Packages that use InstanceMetadataProtocolState Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of InstanceMetadataProtocolState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceMetadataProtocolState Modifier and Type Method Description static InstanceMetadataProtocolStateInstanceMetadataProtocolState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InstanceMetadataProtocolStateInstanceMetadataOptionsRequest. httpProtocolIpv6()Enables or disables the IPv6 endpoint for the instance metadata service.InstanceMetadataProtocolStateInstanceMetadataOptionsResponse. httpProtocolIpv6()Indicates whether the IPv6 endpoint for the instance metadata service is enabled or disabled.InstanceMetadataProtocolStateModifyInstanceMetadataOptionsRequest. httpProtocolIpv6()Enables or disables the IPv6 endpoint for the instance metadata service.static InstanceMetadataProtocolStateInstanceMetadataProtocolState. 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.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceMetadataProtocolState Modifier and Type Method Description static Set<InstanceMetadataProtocolState>InstanceMetadataProtocolState. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceMetadataProtocolState Modifier and Type Method Description InstanceMetadataOptionsRequest.BuilderInstanceMetadataOptionsRequest.Builder. httpProtocolIpv6(InstanceMetadataProtocolState httpProtocolIpv6)Enables or disables the IPv6 endpoint for the instance metadata service.InstanceMetadataOptionsResponse.BuilderInstanceMetadataOptionsResponse.Builder. httpProtocolIpv6(InstanceMetadataProtocolState httpProtocolIpv6)Indicates whether the IPv6 endpoint for the instance metadata service is enabled or disabled.ModifyInstanceMetadataOptionsRequest.BuilderModifyInstanceMetadataOptionsRequest.Builder. httpProtocolIpv6(InstanceMetadataProtocolState httpProtocolIpv6)Enables or disables the IPv6 endpoint for the instance metadata service.
-