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