Uses of Class
com.oracle.bmc.database.requests.UpdateKeyStoreRequest
-
Packages that use UpdateKeyStoreRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of UpdateKeyStoreRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type UpdateKeyStoreRequest Modifier and Type Method Description UpdateKeyStoreResponse
Database. updateKeyStore(UpdateKeyStoreRequest request)
Edit the key store.Future<UpdateKeyStoreResponse>
DatabaseAsync. updateKeyStore(UpdateKeyStoreRequest request, AsyncHandler<UpdateKeyStoreRequest,UpdateKeyStoreResponse> handler)
Edit the key store.Future<UpdateKeyStoreResponse>
DatabaseAsyncClient. updateKeyStore(UpdateKeyStoreRequest request, AsyncHandler<UpdateKeyStoreRequest,UpdateKeyStoreResponse> handler)
UpdateKeyStoreResponse
DatabaseClient. updateKeyStore(UpdateKeyStoreRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type UpdateKeyStoreRequest 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 UpdateKeyStoreRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return UpdateKeyStoreRequest Modifier and Type Method Description UpdateKeyStoreRequest
UpdateKeyStoreRequest.Builder. build()
Build the instance of UpdateKeyStoreRequest as configured by this builderUpdateKeyStoreRequest
UpdateKeyStoreRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateKeyStoreRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type UpdateKeyStoreRequest Modifier and Type Method Description UpdateKeyStoreRequest.Builder
UpdateKeyStoreRequest.Builder. copy(UpdateKeyStoreRequest o)
Copy method to populate the builder with values from the given instance.
-