Uses of Enum
software.amazon.awssdk.services.ec2.model.InstanceMetadataProtocolState
Packages that use InstanceMetadataProtocolState
-
Uses of InstanceMetadataProtocolState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceMetadataProtocolStateModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.InstanceMetadataOptionsRequest.httpProtocolIpv6()Enables or disables the IPv6 endpoint for the instance metadata service.InstanceMetadataOptionsResponse.httpProtocolIpv6()Indicates whether the IPv6 endpoint for the instance metadata service is enabled or disabled.ModifyInstanceMetadataOptionsRequest.httpProtocolIpv6()Enables or disables the IPv6 endpoint for the instance metadata service.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 InstanceMetadataProtocolStateModifier and TypeMethodDescriptionstatic Set<InstanceMetadataProtocolState>InstanceMetadataProtocolState.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceMetadataProtocolStateModifier and TypeMethodDescriptionInstanceMetadataOptionsRequest.Builder.httpProtocolIpv6(InstanceMetadataProtocolState httpProtocolIpv6) Enables or disables the IPv6 endpoint for the instance metadata service.InstanceMetadataOptionsResponse.Builder.httpProtocolIpv6(InstanceMetadataProtocolState httpProtocolIpv6) Indicates whether the IPv6 endpoint for the instance metadata service is enabled or disabled.ModifyInstanceMetadataOptionsRequest.Builder.httpProtocolIpv6(InstanceMetadataProtocolState httpProtocolIpv6) Enables or disables the IPv6 endpoint for the instance metadata service.