Uses of Class
com.oracle.bmc.containerengine.requests.DeleteNodeRequest
-
Packages that use DeleteNodeRequest Package Description com.oracle.bmc.containerengine com.oracle.bmc.containerengine.requests -
-
Uses of DeleteNodeRequest in com.oracle.bmc.containerengine
Methods in com.oracle.bmc.containerengine with parameters of type DeleteNodeRequest Modifier and Type Method Description DeleteNodeResponse
ContainerEngine. deleteNode(DeleteNodeRequest request)
Delete node.Future<DeleteNodeResponse>
ContainerEngineAsync. deleteNode(DeleteNodeRequest request, AsyncHandler<DeleteNodeRequest,DeleteNodeResponse> handler)
Delete node.Future<DeleteNodeResponse>
ContainerEngineAsyncClient. deleteNode(DeleteNodeRequest request, AsyncHandler<DeleteNodeRequest,DeleteNodeResponse> handler)
DeleteNodeResponse
ContainerEngineClient. deleteNode(DeleteNodeRequest request)
Method parameters in com.oracle.bmc.containerengine with type arguments of type DeleteNodeRequest 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 DeleteNodeRequest in com.oracle.bmc.containerengine.requests
Methods in com.oracle.bmc.containerengine.requests that return DeleteNodeRequest Modifier and Type Method Description DeleteNodeRequest
DeleteNodeRequest.Builder. build()
Build the instance of DeleteNodeRequest as configured by this builderDeleteNodeRequest
DeleteNodeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteNodeRequest as configured by this builderMethods in com.oracle.bmc.containerengine.requests with parameters of type DeleteNodeRequest Modifier and Type Method Description DeleteNodeRequest.Builder
DeleteNodeRequest.Builder. copy(DeleteNodeRequest o)
Copy method to populate the builder with values from the given instance.
-