Uses of Class
com.oracle.bmc.containerengine.requests.UpdateNodePoolRequest
-
Packages that use UpdateNodePoolRequest Package Description com.oracle.bmc.containerengine com.oracle.bmc.containerengine.requests -
-
Uses of UpdateNodePoolRequest in com.oracle.bmc.containerengine
Methods in com.oracle.bmc.containerengine with parameters of type UpdateNodePoolRequest Modifier and Type Method Description UpdateNodePoolResponse
ContainerEngine. updateNodePool(UpdateNodePoolRequest request)
Update the details of a node pool.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)
UpdateNodePoolResponse
ContainerEngineClient. updateNodePool(UpdateNodePoolRequest request)
Method parameters in com.oracle.bmc.containerengine with type arguments of type UpdateNodePoolRequest 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 UpdateNodePoolRequest in com.oracle.bmc.containerengine.requests
Methods in com.oracle.bmc.containerengine.requests that return UpdateNodePoolRequest Modifier and Type Method Description UpdateNodePoolRequest
UpdateNodePoolRequest.Builder. build()
Build the instance of UpdateNodePoolRequest as configured by this builderUpdateNodePoolRequest
UpdateNodePoolRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateNodePoolRequest as configured by this builderMethods in com.oracle.bmc.containerengine.requests with parameters of type UpdateNodePoolRequest Modifier and Type Method Description UpdateNodePoolRequest.Builder
UpdateNodePoolRequest.Builder. copy(UpdateNodePoolRequest o)
Copy method to populate the builder with values from the given instance.
-