Uses of Class
com.oracle.bmc.bastion.model.SessionType
-
Packages that use SessionType Package Description com.oracle.bmc.bastion.model -
-
Uses of SessionType in com.oracle.bmc.bastion.model
Methods in com.oracle.bmc.bastion.model that return SessionType Modifier and Type Method Description static SessionType
SessionType. create(String key)
static SessionType
SessionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SessionType[]
SessionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-