Uses of Class
com.oracle.bmc.database.responses.RegisterCloudVmClusterPkcsResponse
-
Packages that use RegisterCloudVmClusterPkcsResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of RegisterCloudVmClusterPkcsResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return RegisterCloudVmClusterPkcsResponse Modifier and Type Method Description RegisterCloudVmClusterPkcsResponse
Database. registerCloudVmClusterPkcs(RegisterCloudVmClusterPkcsRequest request)
Install the PKCS11 driver for given keystore typeRegisterCloudVmClusterPkcsResponse
DatabaseClient. registerCloudVmClusterPkcs(RegisterCloudVmClusterPkcsRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type RegisterCloudVmClusterPkcsResponse Modifier and Type Method Description Future<RegisterCloudVmClusterPkcsResponse>
DatabaseAsync. registerCloudVmClusterPkcs(RegisterCloudVmClusterPkcsRequest request, AsyncHandler<RegisterCloudVmClusterPkcsRequest,RegisterCloudVmClusterPkcsResponse> handler)
Install the PKCS11 driver for given keystore typeFuture<RegisterCloudVmClusterPkcsResponse>
DatabaseAsyncClient. registerCloudVmClusterPkcs(RegisterCloudVmClusterPkcsRequest request, AsyncHandler<RegisterCloudVmClusterPkcsRequest,RegisterCloudVmClusterPkcsResponse> handler)
-
Uses of RegisterCloudVmClusterPkcsResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return RegisterCloudVmClusterPkcsResponse Modifier and Type Method Description RegisterCloudVmClusterPkcsResponse
RegisterCloudVmClusterPkcsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type RegisterCloudVmClusterPkcsResponse Modifier and Type Method Description RegisterCloudVmClusterPkcsResponse.Builder
RegisterCloudVmClusterPkcsResponse.Builder. copy(RegisterCloudVmClusterPkcsResponse o)
Copy method to populate the builder with values from the given instance.
-