Uses of Class
software.amazon.awssdk.services.lightsail.model.HttpEndpoint
-
Packages that use HttpEndpoint Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of HttpEndpoint in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return HttpEndpoint Modifier and Type Method Description static HttpEndpointHttpEndpoint. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HttpEndpointInstanceMetadataOptions. httpEndpoint()Indicates whether the HTTP metadata endpoint on your instances is enabled or disabled.HttpEndpointUpdateInstanceMetadataOptionsRequest. httpEndpoint()Enables or disables the HTTP metadata endpoint on your instances.static HttpEndpointHttpEndpoint. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpEndpoint[]HttpEndpoint. 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 HttpEndpoint Modifier and Type Method Description static Set<HttpEndpoint>HttpEndpoint. knownValues()Methods in software.amazon.awssdk.services.lightsail.model with parameters of type HttpEndpoint Modifier and Type Method Description InstanceMetadataOptions.BuilderInstanceMetadataOptions.Builder. httpEndpoint(HttpEndpoint httpEndpoint)Indicates whether the HTTP metadata endpoint on your instances is enabled or disabled.UpdateInstanceMetadataOptionsRequest.BuilderUpdateInstanceMetadataOptionsRequest.Builder. httpEndpoint(HttpEndpoint httpEndpoint)Enables or disables the HTTP metadata endpoint on your instances.
-