Uses of Class
com.oracle.bmc.database.model.KeyStore
-
Packages that use KeyStore Package Description com.oracle.bmc.database.model com.oracle.bmc.database.responses -
-
Uses of KeyStore in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return KeyStore Modifier and Type Method Description KeyStore
KeyStore.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type KeyStore Modifier and Type Method Description KeyStore.Builder
KeyStore.Builder. copy(KeyStore model)
-
Uses of KeyStore in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return KeyStore Modifier and Type Method Description KeyStore
CreateKeyStoreResponse. getKeyStore()
The returned KeyStore instance.KeyStore
GetKeyStoreResponse. getKeyStore()
The returned KeyStore instance.KeyStore
UpdateKeyStoreResponse. getKeyStore()
The returned KeyStore instance.Methods in com.oracle.bmc.database.responses with parameters of type KeyStore Modifier and Type Method Description CreateKeyStoreResponse.Builder
CreateKeyStoreResponse.Builder. keyStore(KeyStore keyStore)
The returned KeyStore instance.GetKeyStoreResponse.Builder
GetKeyStoreResponse.Builder. keyStore(KeyStore keyStore)
The returned KeyStore instance.UpdateKeyStoreResponse.Builder
UpdateKeyStoreResponse.Builder. keyStore(KeyStore keyStore)
The returned KeyStore instance.
-