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.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return UpdateExternalClusterResponse Modifier and Type Method Description UpdateExternalClusterResponse
DbManagement. updateExternalCluster(UpdateExternalClusterRequest request)
Updates the external cluster specified byexternalClusterId
.UpdateExternalClusterResponse
DbManagementClient. 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.responses
Methods in com.oracle.bmc.databasemanagement.responses that return UpdateExternalClusterResponse Modifier and Type Method Description UpdateExternalClusterResponse
UpdateExternalClusterResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type UpdateExternalClusterResponse Modifier and Type Method Description UpdateExternalClusterResponse.Builder
UpdateExternalClusterResponse.Builder. copy(UpdateExternalClusterResponse o)
Copy method to populate the builder with values from the given instance.
-