Uses of Class
com.oracle.bmc.rover.responses.UpdateRoverClusterResponse
-
Packages that use UpdateRoverClusterResponse Package Description com.oracle.bmc.rover com.oracle.bmc.rover.responses -
-
Uses of UpdateRoverClusterResponse in com.oracle.bmc.rover
Methods in com.oracle.bmc.rover that return UpdateRoverClusterResponse Modifier and Type Method Description UpdateRoverClusterResponse
RoverCluster. updateRoverCluster(UpdateRoverClusterRequest request)
Updates the RoverClusterUpdateRoverClusterResponse
RoverClusterClient. updateRoverCluster(UpdateRoverClusterRequest request)
Methods in com.oracle.bmc.rover that return types with arguments of type UpdateRoverClusterResponse Modifier and Type Method Description Future<UpdateRoverClusterResponse>
RoverClusterAsync. updateRoverCluster(UpdateRoverClusterRequest request, AsyncHandler<UpdateRoverClusterRequest,UpdateRoverClusterResponse> handler)
Updates the RoverClusterFuture<UpdateRoverClusterResponse>
RoverClusterAsyncClient. updateRoverCluster(UpdateRoverClusterRequest request, AsyncHandler<UpdateRoverClusterRequest,UpdateRoverClusterResponse> handler)
Method parameters in com.oracle.bmc.rover with type arguments of type UpdateRoverClusterResponse Modifier and Type Method Description Future<UpdateRoverClusterResponse>
RoverClusterAsync. updateRoverCluster(UpdateRoverClusterRequest request, AsyncHandler<UpdateRoverClusterRequest,UpdateRoverClusterResponse> handler)
Updates the RoverClusterFuture<UpdateRoverClusterResponse>
RoverClusterAsyncClient. updateRoverCluster(UpdateRoverClusterRequest request, AsyncHandler<UpdateRoverClusterRequest,UpdateRoverClusterResponse> handler)
-
Uses of UpdateRoverClusterResponse in com.oracle.bmc.rover.responses
Methods in com.oracle.bmc.rover.responses that return UpdateRoverClusterResponse Modifier and Type Method Description UpdateRoverClusterResponse
UpdateRoverClusterResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.rover.responses with parameters of type UpdateRoverClusterResponse Modifier and Type Method Description UpdateRoverClusterResponse.Builder
UpdateRoverClusterResponse.Builder. copy(UpdateRoverClusterResponse o)
Copy method to populate the builder with values from the given instance.
-