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.databaseMethods in com.oracle.bmc.database with parameters of type UpdateKeyStoreRequest Modifier and Type Method Description UpdateKeyStoreResponseDatabase. 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)UpdateKeyStoreResponseDatabaseClient. 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.requestsMethods in com.oracle.bmc.database.requests that return UpdateKeyStoreRequest Modifier and Type Method Description UpdateKeyStoreRequestUpdateKeyStoreRequest.Builder. build()Build the instance of UpdateKeyStoreRequest as configured by this builderUpdateKeyStoreRequestUpdateKeyStoreRequest.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.BuilderUpdateKeyStoreRequest.Builder. copy(UpdateKeyStoreRequest o)Copy method to populate the builder with values from the given instance.
 
-