Uses of Enum
software.amazon.awssdk.services.ec2.model.InstanceMetadataEndpointState
Packages that use InstanceMetadataEndpointState
-
Uses of InstanceMetadataEndpointState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceMetadataEndpointStateModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.InstanceMetadataDefaultsResponse.httpEndpoint()Indicates whether the IMDS endpoint for an instance is enabled or disabled.InstanceMetadataOptionsRequest.httpEndpoint()Enables or disables the HTTP metadata endpoint on your instances.InstanceMetadataOptionsResponse.httpEndpoint()Indicates whether the HTTP metadata endpoint on your instances is enabled or disabled.ModifyInstanceMetadataOptionsRequest.httpEndpoint()Enables or disables the HTTP metadata endpoint on your instances.Returns the enum constant of this type with the specified name.static InstanceMetadataEndpointState[]InstanceMetadataEndpointState.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 InstanceMetadataEndpointStateModifier and TypeMethodDescriptionstatic Set<InstanceMetadataEndpointState>InstanceMetadataEndpointState.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceMetadataEndpointStateModifier and TypeMethodDescriptionInstanceMetadataDefaultsResponse.Builder.httpEndpoint(InstanceMetadataEndpointState httpEndpoint) Indicates whether the IMDS endpoint for an instance is enabled or disabled.InstanceMetadataOptionsRequest.Builder.httpEndpoint(InstanceMetadataEndpointState httpEndpoint) Enables or disables the HTTP metadata endpoint on your instances.InstanceMetadataOptionsResponse.Builder.httpEndpoint(InstanceMetadataEndpointState httpEndpoint) Indicates whether the HTTP metadata endpoint on your instances is enabled or disabled.ModifyInstanceMetadataOptionsRequest.Builder.httpEndpoint(InstanceMetadataEndpointState httpEndpoint) Enables or disables the HTTP metadata endpoint on your instances.