Uses of Class
com.oracle.bmc.containerengine.responses.CreateNodePoolResponse
-
Packages that use CreateNodePoolResponse Package Description com.oracle.bmc.containerengine com.oracle.bmc.containerengine.responses -
-
Uses of CreateNodePoolResponse in com.oracle.bmc.containerengine
Methods in com.oracle.bmc.containerengine that return CreateNodePoolResponse Modifier and Type Method Description CreateNodePoolResponse
ContainerEngine. createNodePool(CreateNodePoolRequest request)
Create a new node pool.CreateNodePoolResponse
ContainerEngineClient. createNodePool(CreateNodePoolRequest request)
Methods in com.oracle.bmc.containerengine that return types with arguments of type CreateNodePoolResponse 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)
Method parameters in com.oracle.bmc.containerengine with type arguments of type CreateNodePoolResponse 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 CreateNodePoolResponse in com.oracle.bmc.containerengine.responses
Methods in com.oracle.bmc.containerengine.responses that return CreateNodePoolResponse Modifier and Type Method Description CreateNodePoolResponse
CreateNodePoolResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.containerengine.responses with parameters of type CreateNodePoolResponse Modifier and Type Method Description CreateNodePoolResponse.Builder
CreateNodePoolResponse.Builder. copy(CreateNodePoolResponse o)
Copy method to populate the builder with values from the given instance.
-