Uses of Class
software.amazon.awssdk.services.lightsail.model.InstanceAccessProtocol
-
Packages that use InstanceAccessProtocol Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of InstanceAccessProtocol in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return InstanceAccessProtocol Modifier and Type Method Description static InstanceAccessProtocolInstanceAccessProtocol. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InstanceAccessProtocolGetInstanceAccessDetailsRequest. protocol()The protocol to use to connect to your instance.InstanceAccessProtocolInstanceAccessDetails. protocol()The protocol for these Amazon Lightsail instance access details.static InstanceAccessProtocolInstanceAccessProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static InstanceAccessProtocol[]InstanceAccessProtocol. 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 InstanceAccessProtocol Modifier and Type Method Description static Set<InstanceAccessProtocol>InstanceAccessProtocol. knownValues()Methods in software.amazon.awssdk.services.lightsail.model with parameters of type InstanceAccessProtocol Modifier and Type Method Description GetInstanceAccessDetailsRequest.BuilderGetInstanceAccessDetailsRequest.Builder. protocol(InstanceAccessProtocol protocol)The protocol to use to connect to your instance.InstanceAccessDetails.BuilderInstanceAccessDetails.Builder. protocol(InstanceAccessProtocol protocol)The protocol for these Amazon Lightsail instance access details.
-