Uses of Enum
software.amazon.awssdk.services.ec2.model.FleetInstanceMetadataEndpointState
Packages that use FleetInstanceMetadataEndpointState
-
Uses of FleetInstanceMetadataEndpointState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return FleetInstanceMetadataEndpointStateModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.FleetInstanceMetadataOptionsRequest.httpEndpoint()Enables or disables the HTTP metadata endpoint on your instances.Returns the enum constant of this type with the specified name.static FleetInstanceMetadataEndpointState[]FleetInstanceMetadataEndpointState.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 FleetInstanceMetadataEndpointStateMethods in software.amazon.awssdk.services.ec2.model with parameters of type FleetInstanceMetadataEndpointStateModifier and TypeMethodDescriptionFleetInstanceMetadataOptionsRequest.Builder.httpEndpoint(FleetInstanceMetadataEndpointState httpEndpoint) Enables or disables the HTTP metadata endpoint on your instances.