Uses of Class
com.oracle.bmc.mysql.model.CaCertificate
-
Packages that use CaCertificate Package Description com.oracle.bmc.mysql.model -
-
Uses of CaCertificate in com.oracle.bmc.mysql.model
Subclasses of CaCertificate in com.oracle.bmc.mysql.model Modifier and Type Class Description class
PemCaCertificate
The CA certificate in PEM format.Methods in com.oracle.bmc.mysql.model that return CaCertificate Modifier and Type Method Description CaCertificate
ChannelSourceMysql. getSslCaCertificate()
CaCertificate
CreateChannelSourceFromMysqlDetails. getSslCaCertificate()
CaCertificate
UpdateChannelSourceFromMysqlDetails. getSslCaCertificate()
Methods in com.oracle.bmc.mysql.model with parameters of type CaCertificate Modifier and Type Method Description ChannelSourceMysql.Builder
ChannelSourceMysql.Builder. sslCaCertificate(CaCertificate sslCaCertificate)
CreateChannelSourceFromMysqlDetails.Builder
CreateChannelSourceFromMysqlDetails.Builder. sslCaCertificate(CaCertificate sslCaCertificate)
UpdateChannelSourceFromMysqlDetails.Builder
UpdateChannelSourceFromMysqlDetails.Builder. sslCaCertificate(CaCertificate sslCaCertificate)
Constructors in com.oracle.bmc.mysql.model with parameters of type CaCertificate 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.
-