Uses of Class
com.oracle.bmc.databasemanagement.responses.UpdateExternalClusterResponse
- 
Packages that use UpdateExternalClusterResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses 
- 
- 
Uses of UpdateExternalClusterResponse in com.oracle.bmc.databasemanagementMethods in com.oracle.bmc.databasemanagement that return UpdateExternalClusterResponse Modifier and Type Method Description UpdateExternalClusterResponseDbManagement. updateExternalCluster(UpdateExternalClusterRequest request)Updates the external cluster specified byexternalClusterId.UpdateExternalClusterResponseDbManagementClient. updateExternalCluster(UpdateExternalClusterRequest request)Methods in com.oracle.bmc.databasemanagement that return types with arguments of type UpdateExternalClusterResponse Modifier and Type Method Description Future<UpdateExternalClusterResponse>DbManagementAsync. updateExternalCluster(UpdateExternalClusterRequest request, AsyncHandler<UpdateExternalClusterRequest,UpdateExternalClusterResponse> handler)Updates the external cluster specified byexternalClusterId.Future<UpdateExternalClusterResponse>DbManagementAsyncClient. updateExternalCluster(UpdateExternalClusterRequest request, AsyncHandler<UpdateExternalClusterRequest,UpdateExternalClusterResponse> handler)Method parameters in com.oracle.bmc.databasemanagement with type arguments of type UpdateExternalClusterResponse Modifier and Type Method Description Future<UpdateExternalClusterResponse>DbManagementAsync. updateExternalCluster(UpdateExternalClusterRequest request, AsyncHandler<UpdateExternalClusterRequest,UpdateExternalClusterResponse> handler)Updates the external cluster specified byexternalClusterId.Future<UpdateExternalClusterResponse>DbManagementAsyncClient. updateExternalCluster(UpdateExternalClusterRequest request, AsyncHandler<UpdateExternalClusterRequest,UpdateExternalClusterResponse> handler)
- 
Uses of UpdateExternalClusterResponse in com.oracle.bmc.databasemanagement.responsesMethods in com.oracle.bmc.databasemanagement.responses that return UpdateExternalClusterResponse Modifier and Type Method Description UpdateExternalClusterResponseUpdateExternalClusterResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type UpdateExternalClusterResponse Modifier and Type Method Description UpdateExternalClusterResponse.BuilderUpdateExternalClusterResponse.Builder. copy(UpdateExternalClusterResponse o)Copy method to populate the builder with values from the given instance.
 
-