Uses of Class
com.oracle.bmc.dbmulticloud.responses.CreateOracleDbGcpKeyRingResponse
-
Packages that use CreateOracleDbGcpKeyRingResponse Package Description com.oracle.bmc.dbmulticloud com.oracle.bmc.dbmulticloud.responses -
-
Uses of CreateOracleDbGcpKeyRingResponse in com.oracle.bmc.dbmulticloud
Methods in com.oracle.bmc.dbmulticloud that return CreateOracleDbGcpKeyRingResponse Modifier and Type Method Description CreateOracleDbGcpKeyRingResponse
DbMulticloudGCPProvider. createOracleDbGcpKeyRing(CreateOracleDbGcpKeyRingRequest request)
Creates DB GCP Key Rings based on the provided information and retrieves the associated keys.CreateOracleDbGcpKeyRingResponse
DbMulticloudGCPProviderClient. createOracleDbGcpKeyRing(CreateOracleDbGcpKeyRingRequest request)
Methods in com.oracle.bmc.dbmulticloud that return types with arguments of type CreateOracleDbGcpKeyRingResponse 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)
Method parameters in com.oracle.bmc.dbmulticloud with type arguments of type CreateOracleDbGcpKeyRingResponse 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 CreateOracleDbGcpKeyRingResponse in com.oracle.bmc.dbmulticloud.responses
Methods in com.oracle.bmc.dbmulticloud.responses that return CreateOracleDbGcpKeyRingResponse Modifier and Type Method Description CreateOracleDbGcpKeyRingResponse
CreateOracleDbGcpKeyRingResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dbmulticloud.responses with parameters of type CreateOracleDbGcpKeyRingResponse Modifier and Type Method Description CreateOracleDbGcpKeyRingResponse.Builder
CreateOracleDbGcpKeyRingResponse.Builder. copy(CreateOracleDbGcpKeyRingResponse o)
Copy method to populate the builder with values from the given instance.
-