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