Uses of Class
com.oracle.bmc.databasetools.model.DatabaseToolsKeyStoreGenericJdbcDetails
-
Packages that use DatabaseToolsKeyStoreGenericJdbcDetails Package Description com.oracle.bmc.databasetools.model -
-
Uses of DatabaseToolsKeyStoreGenericJdbcDetails in com.oracle.bmc.databasetools.model
Methods in com.oracle.bmc.databasetools.model that return DatabaseToolsKeyStoreGenericJdbcDetails Modifier and Type Method Description DatabaseToolsKeyStoreGenericJdbcDetails
DatabaseToolsKeyStoreGenericJdbcDetails.Builder. build()
Methods in com.oracle.bmc.databasetools.model that return types with arguments of type DatabaseToolsKeyStoreGenericJdbcDetails Modifier and Type Method Description List<DatabaseToolsKeyStoreGenericJdbcDetails>
CreateDatabaseToolsConnectionGenericJdbcDetails. getKeyStores()
The CA certificate to verify the server’s certificate and the client private key and associated certificate required for client authentication.List<DatabaseToolsKeyStoreGenericJdbcDetails>
UpdateDatabaseToolsConnectionGenericJdbcDetails. 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 DatabaseToolsKeyStoreGenericJdbcDetails Modifier and Type Method Description DatabaseToolsKeyStoreGenericJdbcDetails.Builder
DatabaseToolsKeyStoreGenericJdbcDetails.Builder. copy(DatabaseToolsKeyStoreGenericJdbcDetails model)
Method parameters in com.oracle.bmc.databasetools.model with type arguments of type DatabaseToolsKeyStoreGenericJdbcDetails Modifier and Type Method Description CreateDatabaseToolsConnectionGenericJdbcDetails.Builder
CreateDatabaseToolsConnectionGenericJdbcDetails.Builder. keyStores(List<DatabaseToolsKeyStoreGenericJdbcDetails> keyStores)
The CA certificate to verify the server’s certificate and the client private key and associated certificate required for client authentication.UpdateDatabaseToolsConnectionGenericJdbcDetails.Builder
UpdateDatabaseToolsConnectionGenericJdbcDetails.Builder. keyStores(List<DatabaseToolsKeyStoreGenericJdbcDetails> keyStores)
The CA certificate to verify the server’s certificate and the client private key and associated certificate required for client authentication.Constructor parameters in com.oracle.bmc.databasetools.model with type arguments of type DatabaseToolsKeyStoreGenericJdbcDetails Constructor Description UpdateDatabaseToolsConnectionGenericJdbcDetails(String displayName, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, String url, String userName, DatabaseToolsUserPasswordDetails userPassword, Map<String,String> advancedProperties, List<DatabaseToolsKeyStoreGenericJdbcDetails> keyStores)
Deprecated.
-