Uses of Class
com.oracle.bmc.bastion.model.CreateSessionDetails.KeyType
-
Packages that use CreateSessionDetails.KeyType Package Description com.oracle.bmc.bastion.model -
-
Uses of CreateSessionDetails.KeyType in com.oracle.bmc.bastion.model
Methods in com.oracle.bmc.bastion.model that return CreateSessionDetails.KeyType Modifier and Type Method Description static CreateSessionDetails.KeyType
CreateSessionDetails.KeyType. create(String key)
CreateSessionDetails.KeyType
CreateSessionDetails. getKeyType()
The type of the key used to connect to the session.static CreateSessionDetails.KeyType
CreateSessionDetails.KeyType. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateSessionDetails.KeyType[]
CreateSessionDetails.KeyType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.bastion.model with parameters of type CreateSessionDetails.KeyType Modifier and Type Method Description CreateSessionDetails.Builder
CreateSessionDetails.Builder. keyType(CreateSessionDetails.KeyType keyType)
The type of the key used to connect to the session.Constructors in com.oracle.bmc.bastion.model with parameters of type CreateSessionDetails.KeyType Constructor Description CreateSessionDetails(String displayName, String bastionId, CreateSessionTargetResourceDetails targetResourceDetails, CreateSessionDetails.KeyType keyType, PublicKeyDetails keyDetails, Integer sessionTtlInSeconds)
Deprecated.
-