Uses of Class
com.oracle.bmc.bds.requests.RemoveNodeRequest
-
Packages that use RemoveNodeRequest Package Description com.oracle.bmc.bds com.oracle.bmc.bds.requests -
-
Uses of RemoveNodeRequest in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds with parameters of type RemoveNodeRequest Modifier and Type Method Description RemoveNodeResponse
Bds. removeNode(RemoveNodeRequest request)
Remove a single node of a Big Data Service clusterFuture<RemoveNodeResponse>
BdsAsync. removeNode(RemoveNodeRequest request, AsyncHandler<RemoveNodeRequest,RemoveNodeResponse> handler)
Remove a single node of a Big Data Service clusterFuture<RemoveNodeResponse>
BdsAsyncClient. removeNode(RemoveNodeRequest request, AsyncHandler<RemoveNodeRequest,RemoveNodeResponse> handler)
RemoveNodeResponse
BdsClient. removeNode(RemoveNodeRequest request)
Method parameters in com.oracle.bmc.bds with type arguments of type RemoveNodeRequest Modifier and Type Method Description Future<RemoveNodeResponse>
BdsAsync. removeNode(RemoveNodeRequest request, AsyncHandler<RemoveNodeRequest,RemoveNodeResponse> handler)
Remove a single node of a Big Data Service clusterFuture<RemoveNodeResponse>
BdsAsyncClient. removeNode(RemoveNodeRequest request, AsyncHandler<RemoveNodeRequest,RemoveNodeResponse> handler)
-
Uses of RemoveNodeRequest in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return RemoveNodeRequest Modifier and Type Method Description RemoveNodeRequest
RemoveNodeRequest.Builder. build()
Build the instance of RemoveNodeRequest as configured by this builderRemoveNodeRequest
RemoveNodeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RemoveNodeRequest as configured by this builderMethods in com.oracle.bmc.bds.requests with parameters of type RemoveNodeRequest Modifier and Type Method Description RemoveNodeRequest.Builder
RemoveNodeRequest.Builder. copy(RemoveNodeRequest o)
Copy method to populate the builder with values from the given instance.
-