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