Uses of Class
com.oracle.bmc.databasetools.model.DatabaseToolsKeyStoreMySql
-
Packages that use DatabaseToolsKeyStoreMySql Package Description com.oracle.bmc.databasetools.model -
-
Uses of DatabaseToolsKeyStoreMySql in com.oracle.bmc.databasetools.model
Methods in com.oracle.bmc.databasetools.model that return DatabaseToolsKeyStoreMySql Modifier and Type Method Description DatabaseToolsKeyStoreMySql
DatabaseToolsKeyStoreMySql.Builder. build()
Methods in com.oracle.bmc.databasetools.model that return types with arguments of type DatabaseToolsKeyStoreMySql Modifier and Type Method Description List<DatabaseToolsKeyStoreMySql>
DatabaseToolsConnectionMySql. getKeyStores()
The CA certificate to verify the server’s certificate and the client private key and associated certificate required for client authentication.Methods in com.oracle.bmc.databasetools.model with parameters of type DatabaseToolsKeyStoreMySql Modifier and Type Method Description DatabaseToolsKeyStoreMySql.Builder
DatabaseToolsKeyStoreMySql.Builder. copy(DatabaseToolsKeyStoreMySql model)
Method parameters in com.oracle.bmc.databasetools.model with type arguments of type DatabaseToolsKeyStoreMySql Modifier and Type Method Description DatabaseToolsConnectionMySql.Builder
DatabaseToolsConnectionMySql.Builder. keyStores(List<DatabaseToolsKeyStoreMySql> keyStores)
The CA certificate to verify the server’s certificate and the client private key and associated certificate required for client authentication.
-