Uses of Class
com.oracle.bmc.mysql.model.ChannelSourceMysql.SslMode
-
Packages that use ChannelSourceMysql.SslMode Package Description com.oracle.bmc.mysql.model -
-
Uses of ChannelSourceMysql.SslMode in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return ChannelSourceMysql.SslMode Modifier and Type Method Description static ChannelSourceMysql.SslMode
ChannelSourceMysql.SslMode. create(String key)
ChannelSourceMysql.SslMode
ChannelSourceMysql. getSslMode()
The SSL mode of the Channel.ChannelSourceMysql.SslMode
CreateChannelSourceFromMysqlDetails. getSslMode()
The SSL mode of the Channel.ChannelSourceMysql.SslMode
UpdateChannelSourceFromMysqlDetails. getSslMode()
The SSL mode of the Channel.static ChannelSourceMysql.SslMode
ChannelSourceMysql.SslMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChannelSourceMysql.SslMode[]
ChannelSourceMysql.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 ChannelSourceMysql.SslMode Modifier and Type Method Description ChannelSourceMysql.Builder
ChannelSourceMysql.Builder. sslMode(ChannelSourceMysql.SslMode sslMode)
The SSL mode of the Channel.CreateChannelSourceFromMysqlDetails.Builder
CreateChannelSourceFromMysqlDetails.Builder. sslMode(ChannelSourceMysql.SslMode sslMode)
The SSL mode of the Channel.UpdateChannelSourceFromMysqlDetails.Builder
UpdateChannelSourceFromMysqlDetails.Builder. sslMode(ChannelSourceMysql.SslMode sslMode)
The SSL mode of the Channel.Constructors in com.oracle.bmc.mysql.model with parameters of type ChannelSourceMysql.SslMode Constructor Description ChannelSourceMysql(String hostname, Integer port, String username, ChannelSourceMysql.SslMode sslMode, CaCertificate sslCaCertificate, AnonymousTransactionsHandling anonymousTransactionsHandling)
Deprecated.CreateChannelSourceFromMysqlDetails(String hostname, Integer port, String username, String password, ChannelSourceMysql.SslMode sslMode, CaCertificate sslCaCertificate, AnonymousTransactionsHandling anonymousTransactionsHandling)
Deprecated.UpdateChannelSourceFromMysqlDetails(String hostname, Integer port, String username, String password, ChannelSourceMysql.SslMode sslMode, CaCertificate sslCaCertificate, AnonymousTransactionsHandling anonymousTransactionsHandling)
Deprecated.
-