Uses of Class
com.oracle.bmc.containerengine.responses.DeleteNodeResponse
-
Packages that use DeleteNodeResponse Package Description com.oracle.bmc.containerengine com.oracle.bmc.containerengine.responses -
-
Uses of DeleteNodeResponse in com.oracle.bmc.containerengine
Methods in com.oracle.bmc.containerengine that return DeleteNodeResponse Modifier and Type Method Description DeleteNodeResponse
ContainerEngine. deleteNode(DeleteNodeRequest request)
Delete node.DeleteNodeResponse
ContainerEngineClient. deleteNode(DeleteNodeRequest request)
Methods in com.oracle.bmc.containerengine that return types with arguments of type DeleteNodeResponse Modifier and Type Method Description Future<DeleteNodeResponse>
ContainerEngineAsync. deleteNode(DeleteNodeRequest request, AsyncHandler<DeleteNodeRequest,DeleteNodeResponse> handler)
Delete node.Future<DeleteNodeResponse>
ContainerEngineAsyncClient. deleteNode(DeleteNodeRequest request, AsyncHandler<DeleteNodeRequest,DeleteNodeResponse> handler)
Method parameters in com.oracle.bmc.containerengine with type arguments of type DeleteNodeResponse Modifier and Type Method Description Future<DeleteNodeResponse>
ContainerEngineAsync. deleteNode(DeleteNodeRequest request, AsyncHandler<DeleteNodeRequest,DeleteNodeResponse> handler)
Delete node.Future<DeleteNodeResponse>
ContainerEngineAsyncClient. deleteNode(DeleteNodeRequest request, AsyncHandler<DeleteNodeRequest,DeleteNodeResponse> handler)
-
Uses of DeleteNodeResponse in com.oracle.bmc.containerengine.responses
Methods in com.oracle.bmc.containerengine.responses that return DeleteNodeResponse Modifier and Type Method Description DeleteNodeResponse
DeleteNodeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.containerengine.responses with parameters of type DeleteNodeResponse Modifier and Type Method Description DeleteNodeResponse.Builder
DeleteNodeResponse.Builder. copy(DeleteNodeResponse o)
Copy method to populate the builder with values from the given instance.
-