Uses of Class
software.amazon.awssdk.services.lightsail.model.InstanceMetadataState
-
Packages that use InstanceMetadataState Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of InstanceMetadataState in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return InstanceMetadataState Modifier and Type Method Description static InstanceMetadataStateInstanceMetadataState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InstanceMetadataStateInstanceMetadataOptions. state()The state of the metadata option changes.static InstanceMetadataStateInstanceMetadataState. valueOf(String name)Returns the enum constant of this type with the specified name.static InstanceMetadataState[]InstanceMetadataState. 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 InstanceMetadataState Modifier and Type Method Description static Set<InstanceMetadataState>InstanceMetadataState. knownValues()Methods in software.amazon.awssdk.services.lightsail.model with parameters of type InstanceMetadataState Modifier and Type Method Description InstanceMetadataOptions.BuilderInstanceMetadataOptions.Builder. state(InstanceMetadataState state)The state of the metadata option changes.
-