Uses of Class
com.oracle.bmc.dbmulticloud.requests.CreateOracleDbGcpKeyRingRequest
-
Packages that use CreateOracleDbGcpKeyRingRequest Package Description com.oracle.bmc.dbmulticloud com.oracle.bmc.dbmulticloud.requests -
-
Uses of CreateOracleDbGcpKeyRingRequest in com.oracle.bmc.dbmulticloud
Method parameters in com.oracle.bmc.dbmulticloud with type arguments of type CreateOracleDbGcpKeyRingRequest Modifier and Type Method Description Future<CreateOracleDbGcpKeyRingResponse>
DbMulticloudGCPProviderAsync. createOracleDbGcpKeyRing(CreateOracleDbGcpKeyRingRequest request, AsyncHandler<CreateOracleDbGcpKeyRingRequest,CreateOracleDbGcpKeyRingResponse> handler)
Creates DB GCP Key Rings based on the provided information and retrieves the associated keys.Future<CreateOracleDbGcpKeyRingResponse>
DbMulticloudGCPProviderAsyncClient. createOracleDbGcpKeyRing(CreateOracleDbGcpKeyRingRequest request, AsyncHandler<CreateOracleDbGcpKeyRingRequest,CreateOracleDbGcpKeyRingResponse> handler)
-
Uses of CreateOracleDbGcpKeyRingRequest in com.oracle.bmc.dbmulticloud.requests
Methods in com.oracle.bmc.dbmulticloud.requests that return CreateOracleDbGcpKeyRingRequest Modifier and Type Method Description CreateOracleDbGcpKeyRingRequest
CreateOracleDbGcpKeyRingRequest.Builder. build()
Build the instance of CreateOracleDbGcpKeyRingRequest as configured by this builderCreateOracleDbGcpKeyRingRequest
CreateOracleDbGcpKeyRingRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateOracleDbGcpKeyRingRequest as configured by this builderMethods in com.oracle.bmc.dbmulticloud.requests with parameters of type CreateOracleDbGcpKeyRingRequest Modifier and Type Method Description CreateOracleDbGcpKeyRingRequest.Builder
CreateOracleDbGcpKeyRingRequest.Builder. copy(CreateOracleDbGcpKeyRingRequest o)
Copy method to populate the builder with values from the given instance.
-