Uses of Class
com.oracle.bmc.dbmulticloud.responses.GetOracleDbGcpKeyResponse
-
Packages that use GetOracleDbGcpKeyResponse Package Description com.oracle.bmc.dbmulticloud com.oracle.bmc.dbmulticloud.responses -
-
Uses of GetOracleDbGcpKeyResponse in com.oracle.bmc.dbmulticloud
Methods in com.oracle.bmc.dbmulticloud that return GetOracleDbGcpKeyResponse Modifier and Type Method Description GetOracleDbGcpKeyResponse
DbMulticloudGCPProvider. getOracleDbGcpKey(GetOracleDbGcpKeyRequest request)
Retrieves Oracle DB Google Cloud Key details using a specific resource OCID.GetOracleDbGcpKeyResponse
DbMulticloudGCPProviderClient. getOracleDbGcpKey(GetOracleDbGcpKeyRequest request)
Method parameters in com.oracle.bmc.dbmulticloud with type arguments of type GetOracleDbGcpKeyResponse Modifier and Type Method Description Future<GetOracleDbGcpKeyResponse>
DbMulticloudGCPProviderAsync. getOracleDbGcpKey(GetOracleDbGcpKeyRequest request, AsyncHandler<GetOracleDbGcpKeyRequest,GetOracleDbGcpKeyResponse> handler)
Retrieves Oracle DB Google Cloud Key details using a specific resource OCID.Future<GetOracleDbGcpKeyResponse>
DbMulticloudGCPProviderAsyncClient. getOracleDbGcpKey(GetOracleDbGcpKeyRequest request, AsyncHandler<GetOracleDbGcpKeyRequest,GetOracleDbGcpKeyResponse> handler)
-
Uses of GetOracleDbGcpKeyResponse in com.oracle.bmc.dbmulticloud.responses
Methods in com.oracle.bmc.dbmulticloud.responses that return GetOracleDbGcpKeyResponse Modifier and Type Method Description GetOracleDbGcpKeyResponse
GetOracleDbGcpKeyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dbmulticloud.responses with parameters of type GetOracleDbGcpKeyResponse Modifier and Type Method Description GetOracleDbGcpKeyResponse.Builder
GetOracleDbGcpKeyResponse.Builder. copy(GetOracleDbGcpKeyResponse o)
Copy method to populate the builder with values from the given instance.
-