Uses of Class
com.oracle.bmc.bds.responses.RestartNodeResponse
-
Packages that use RestartNodeResponse Package Description com.oracle.bmc.bds com.oracle.bmc.bds.responses -
-
Uses of RestartNodeResponse in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return RestartNodeResponse Modifier and Type Method Description RestartNodeResponse
Bds. restartNode(RestartNodeRequest request)
Restarts a single node of a Big Data Service clusterRestartNodeResponse
BdsClient. restartNode(RestartNodeRequest request)
Methods in com.oracle.bmc.bds that return types with arguments of type RestartNodeResponse Modifier and Type Method Description Future<RestartNodeResponse>
BdsAsync. restartNode(RestartNodeRequest request, AsyncHandler<RestartNodeRequest,RestartNodeResponse> handler)
Restarts a single node of a Big Data Service clusterFuture<RestartNodeResponse>
BdsAsyncClient. restartNode(RestartNodeRequest request, AsyncHandler<RestartNodeRequest,RestartNodeResponse> handler)
Method parameters in com.oracle.bmc.bds with type arguments of type RestartNodeResponse Modifier and Type Method Description Future<RestartNodeResponse>
BdsAsync. restartNode(RestartNodeRequest request, AsyncHandler<RestartNodeRequest,RestartNodeResponse> handler)
Restarts a single node of a Big Data Service clusterFuture<RestartNodeResponse>
BdsAsyncClient. restartNode(RestartNodeRequest request, AsyncHandler<RestartNodeRequest,RestartNodeResponse> handler)
-
Uses of RestartNodeResponse in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return RestartNodeResponse Modifier and Type Method Description RestartNodeResponse
RestartNodeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bds.responses with parameters of type RestartNodeResponse Modifier and Type Method Description RestartNodeResponse.Builder
RestartNodeResponse.Builder. copy(RestartNodeResponse o)
Copy method to populate the builder with values from the given instance.
-