Uses of Class
com.oracle.bmc.dbmulticloud.requests.UpdateOracleDbGcpKeyRingRequest
-
Packages that use UpdateOracleDbGcpKeyRingRequest Package Description com.oracle.bmc.dbmulticloud com.oracle.bmc.dbmulticloud.requests -
-
Uses of UpdateOracleDbGcpKeyRingRequest in com.oracle.bmc.dbmulticloud
Methods in com.oracle.bmc.dbmulticloud with parameters of type UpdateOracleDbGcpKeyRingRequest Modifier and Type Method Description UpdateOracleDbGcpKeyRingResponse
DbMulticloudGCPProvider. updateOracleDbGcpKeyRing(UpdateOracleDbGcpKeyRingRequest request)
Modifies the existing Oracle GCP Key Ring Details for a given OCID.Future<UpdateOracleDbGcpKeyRingResponse>
DbMulticloudGCPProviderAsync. updateOracleDbGcpKeyRing(UpdateOracleDbGcpKeyRingRequest request, AsyncHandler<UpdateOracleDbGcpKeyRingRequest,UpdateOracleDbGcpKeyRingResponse> handler)
Modifies the existing Oracle GCP Key Ring Details for a given OCID.Future<UpdateOracleDbGcpKeyRingResponse>
DbMulticloudGCPProviderAsyncClient. updateOracleDbGcpKeyRing(UpdateOracleDbGcpKeyRingRequest request, AsyncHandler<UpdateOracleDbGcpKeyRingRequest,UpdateOracleDbGcpKeyRingResponse> handler)
UpdateOracleDbGcpKeyRingResponse
DbMulticloudGCPProviderClient. updateOracleDbGcpKeyRing(UpdateOracleDbGcpKeyRingRequest request)
Method parameters in com.oracle.bmc.dbmulticloud with type arguments of type UpdateOracleDbGcpKeyRingRequest Modifier and Type Method Description Future<UpdateOracleDbGcpKeyRingResponse>
DbMulticloudGCPProviderAsync. updateOracleDbGcpKeyRing(UpdateOracleDbGcpKeyRingRequest request, AsyncHandler<UpdateOracleDbGcpKeyRingRequest,UpdateOracleDbGcpKeyRingResponse> handler)
Modifies the existing Oracle GCP Key Ring Details for a given OCID.Future<UpdateOracleDbGcpKeyRingResponse>
DbMulticloudGCPProviderAsyncClient. updateOracleDbGcpKeyRing(UpdateOracleDbGcpKeyRingRequest request, AsyncHandler<UpdateOracleDbGcpKeyRingRequest,UpdateOracleDbGcpKeyRingResponse> handler)
-
Uses of UpdateOracleDbGcpKeyRingRequest in com.oracle.bmc.dbmulticloud.requests
Methods in com.oracle.bmc.dbmulticloud.requests that return UpdateOracleDbGcpKeyRingRequest Modifier and Type Method Description UpdateOracleDbGcpKeyRingRequest
UpdateOracleDbGcpKeyRingRequest.Builder. build()
Build the instance of UpdateOracleDbGcpKeyRingRequest as configured by this builderUpdateOracleDbGcpKeyRingRequest
UpdateOracleDbGcpKeyRingRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateOracleDbGcpKeyRingRequest as configured by this builderMethods in com.oracle.bmc.dbmulticloud.requests with parameters of type UpdateOracleDbGcpKeyRingRequest Modifier and Type Method Description UpdateOracleDbGcpKeyRingRequest.Builder
UpdateOracleDbGcpKeyRingRequest.Builder. copy(UpdateOracleDbGcpKeyRingRequest o)
Copy method to populate the builder with values from the given instance.
-