Uses of Class
com.oracle.bmc.database.responses.UpdateKeyStoreResponse
-
Packages that use UpdateKeyStoreResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of UpdateKeyStoreResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return UpdateKeyStoreResponse Modifier and Type Method Description UpdateKeyStoreResponse
Database. updateKeyStore(UpdateKeyStoreRequest request)
Edit the key store.UpdateKeyStoreResponse
DatabaseClient. updateKeyStore(UpdateKeyStoreRequest request)
Methods in com.oracle.bmc.database that return types with arguments of type UpdateKeyStoreResponse Modifier and Type Method Description Future<UpdateKeyStoreResponse>
DatabaseAsync. updateKeyStore(UpdateKeyStoreRequest request, AsyncHandler<UpdateKeyStoreRequest,UpdateKeyStoreResponse> handler)
Edit the key store.Future<UpdateKeyStoreResponse>
DatabaseAsyncClient. updateKeyStore(UpdateKeyStoreRequest request, AsyncHandler<UpdateKeyStoreRequest,UpdateKeyStoreResponse> handler)
Method parameters in com.oracle.bmc.database with type arguments of type UpdateKeyStoreResponse Modifier and Type Method Description Future<UpdateKeyStoreResponse>
DatabaseAsync. updateKeyStore(UpdateKeyStoreRequest request, AsyncHandler<UpdateKeyStoreRequest,UpdateKeyStoreResponse> handler)
Edit the key store.Future<UpdateKeyStoreResponse>
DatabaseAsyncClient. updateKeyStore(UpdateKeyStoreRequest request, AsyncHandler<UpdateKeyStoreRequest,UpdateKeyStoreResponse> handler)
-
Uses of UpdateKeyStoreResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return UpdateKeyStoreResponse Modifier and Type Method Description UpdateKeyStoreResponse
UpdateKeyStoreResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type UpdateKeyStoreResponse Modifier and Type Method Description UpdateKeyStoreResponse.Builder
UpdateKeyStoreResponse.Builder. copy(UpdateKeyStoreResponse o)
Copy method to populate the builder with values from the given instance.
-