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