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