Uses of Class
com.oracle.bmc.mysql.model.SslMode
-
Packages that use SslMode Package Description com.oracle.bmc.mysql.model -
-
Uses of SslMode in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return SslMode Modifier and Type Method Description static SslModeSslMode. create(String key)SslModeCreateDbSystemSourceFromDbSystemChannelDetails. getSslMode()The SSL mode of the Channel.static SslModeSslMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SslMode[]SslMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.mysql.model with parameters of type SslMode Modifier and Type Method Description CreateDbSystemSourceFromDbSystemChannelDetails.BuilderCreateDbSystemSourceFromDbSystemChannelDetails.Builder. sslMode(SslMode sslMode)The SSL mode of the Channel.Constructors in com.oracle.bmc.mysql.model with parameters of type SslMode Constructor Description CreateDbSystemSourceFromDbSystemChannelDetails(String sourceUsername, char[] sourcePassword, SslMode sslMode, CaCertificate sslCaCertificate, String applierUsername)Deprecated.CreateDbSystemSourceFromDbSystemChannelDetails(String sourceUsername, String sourcePassword, SslMode sslMode, CaCertificate sslCaCertificate, String applierUsername)Deprecated.
-