Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceMetadataEndpointState
-
Packages that use InstanceMetadataEndpointState Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of InstanceMetadataEndpointState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceMetadataEndpointState Modifier and Type Method Description static InstanceMetadataEndpointStateInstanceMetadataEndpointState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InstanceMetadataEndpointStateInstanceMetadataDefaultsResponse. httpEndpoint()Indicates whether the IMDS endpoint for an instance is enabled or disabled.InstanceMetadataEndpointStateInstanceMetadataOptionsRequest. httpEndpoint()Enables or disables the HTTP metadata endpoint on your instances.InstanceMetadataEndpointStateInstanceMetadataOptionsResponse. httpEndpoint()Indicates whether the HTTP metadata endpoint on your instances is enabled or disabled.InstanceMetadataEndpointStateModifyInstanceMetadataOptionsRequest. httpEndpoint()Enables or disables the HTTP metadata endpoint on your instances.static InstanceMetadataEndpointStateInstanceMetadataEndpointState. valueOf(String name)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 InstanceMetadataEndpointState Modifier and Type Method Description static Set<InstanceMetadataEndpointState>InstanceMetadataEndpointState. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceMetadataEndpointState Modifier and Type Method Description InstanceMetadataDefaultsResponse.BuilderInstanceMetadataDefaultsResponse.Builder. httpEndpoint(InstanceMetadataEndpointState httpEndpoint)Indicates whether the IMDS endpoint for an instance is enabled or disabled.InstanceMetadataOptionsRequest.BuilderInstanceMetadataOptionsRequest.Builder. httpEndpoint(InstanceMetadataEndpointState httpEndpoint)Enables or disables the HTTP metadata endpoint on your instances.InstanceMetadataOptionsResponse.BuilderInstanceMetadataOptionsResponse.Builder. httpEndpoint(InstanceMetadataEndpointState httpEndpoint)Indicates whether the HTTP metadata endpoint on your instances is enabled or disabled.ModifyInstanceMetadataOptionsRequest.BuilderModifyInstanceMetadataOptionsRequest.Builder. httpEndpoint(InstanceMetadataEndpointState httpEndpoint)Enables or disables the HTTP metadata endpoint on your instances.
-