Uses of Class
com.oracle.bmc.databasetools.model.DatabaseToolsKeyStoreSummary
-
Packages that use DatabaseToolsKeyStoreSummary Package Description com.oracle.bmc.databasetools.model -
-
Uses of DatabaseToolsKeyStoreSummary in com.oracle.bmc.databasetools.model
Methods in com.oracle.bmc.databasetools.model that return DatabaseToolsKeyStoreSummary Modifier and Type Method Description DatabaseToolsKeyStoreSummary
DatabaseToolsKeyStoreSummary.Builder. build()
Methods in com.oracle.bmc.databasetools.model that return types with arguments of type DatabaseToolsKeyStoreSummary Modifier and Type Method Description List<DatabaseToolsKeyStoreSummary>
DatabaseToolsConnectionOracleDatabaseSummary. getKeyStores()
Oracle wallet or Java Keystores containing trusted certificates for authenticating the server’s public certificate and the client private key and associated certificates required for client authentication.Methods in com.oracle.bmc.databasetools.model with parameters of type DatabaseToolsKeyStoreSummary Modifier and Type Method Description DatabaseToolsKeyStoreSummary.Builder
DatabaseToolsKeyStoreSummary.Builder. copy(DatabaseToolsKeyStoreSummary model)
Method parameters in com.oracle.bmc.databasetools.model with type arguments of type DatabaseToolsKeyStoreSummary Modifier and Type Method Description DatabaseToolsConnectionOracleDatabaseSummary.Builder
DatabaseToolsConnectionOracleDatabaseSummary.Builder. keyStores(List<DatabaseToolsKeyStoreSummary> keyStores)
Oracle wallet or Java Keystores containing trusted certificates for authenticating the server’s public certificate and the client private key and associated certificates required for client authentication.
-