Uses of Class
com.oracle.bmc.containerengine.requests.CreateNodePoolRequest
-
Packages that use CreateNodePoolRequest Package Description com.oracle.bmc.containerengine com.oracle.bmc.containerengine.requests -
-
Uses of CreateNodePoolRequest in com.oracle.bmc.containerengine
Methods in com.oracle.bmc.containerengine with parameters of type CreateNodePoolRequest Modifier and Type Method Description CreateNodePoolResponse
ContainerEngine. createNodePool(CreateNodePoolRequest request)
Create a new node pool.Future<CreateNodePoolResponse>
ContainerEngineAsync. createNodePool(CreateNodePoolRequest request, AsyncHandler<CreateNodePoolRequest,CreateNodePoolResponse> handler)
Create a new node pool.Future<CreateNodePoolResponse>
ContainerEngineAsyncClient. createNodePool(CreateNodePoolRequest request, AsyncHandler<CreateNodePoolRequest,CreateNodePoolResponse> handler)
CreateNodePoolResponse
ContainerEngineClient. createNodePool(CreateNodePoolRequest request)
Method parameters in com.oracle.bmc.containerengine with type arguments of type CreateNodePoolRequest Modifier and Type Method Description Future<CreateNodePoolResponse>
ContainerEngineAsync. createNodePool(CreateNodePoolRequest request, AsyncHandler<CreateNodePoolRequest,CreateNodePoolResponse> handler)
Create a new node pool.Future<CreateNodePoolResponse>
ContainerEngineAsyncClient. createNodePool(CreateNodePoolRequest request, AsyncHandler<CreateNodePoolRequest,CreateNodePoolResponse> handler)
-
Uses of CreateNodePoolRequest in com.oracle.bmc.containerengine.requests
Methods in com.oracle.bmc.containerengine.requests that return CreateNodePoolRequest Modifier and Type Method Description CreateNodePoolRequest
CreateNodePoolRequest.Builder. build()
Build the instance of CreateNodePoolRequest as configured by this builderCreateNodePoolRequest
CreateNodePoolRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateNodePoolRequest as configured by this builderMethods in com.oracle.bmc.containerengine.requests with parameters of type CreateNodePoolRequest Modifier and Type Method Description CreateNodePoolRequest.Builder
CreateNodePoolRequest.Builder. copy(CreateNodePoolRequest o)
Copy method to populate the builder with values from the given instance.
-