Uses of Class
com.oracle.bmc.containerengine.requests.ListNodePoolsRequest
-
Packages that use ListNodePoolsRequest Package Description com.oracle.bmc.containerengine com.oracle.bmc.containerengine.requests -
-
Uses of ListNodePoolsRequest in com.oracle.bmc.containerengine
Methods in com.oracle.bmc.containerengine with parameters of type ListNodePoolsRequest Modifier and Type Method Description ListNodePoolsResponse
ContainerEngine. listNodePools(ListNodePoolsRequest request)
List all the node pools in a compartment, and optionally filter by cluster.Future<ListNodePoolsResponse>
ContainerEngineAsync. listNodePools(ListNodePoolsRequest request, AsyncHandler<ListNodePoolsRequest,ListNodePoolsResponse> handler)
List all the node pools in a compartment, and optionally filter by cluster.Future<ListNodePoolsResponse>
ContainerEngineAsyncClient. listNodePools(ListNodePoolsRequest request, AsyncHandler<ListNodePoolsRequest,ListNodePoolsResponse> handler)
ListNodePoolsResponse
ContainerEngineClient. listNodePools(ListNodePoolsRequest request)
Iterable<NodePoolSummary>
ContainerEnginePaginators. listNodePoolsRecordIterator(ListNodePoolsRequest request)
Creates a new iterable which will iterate over theNodePoolSummary
objects contained in responses from the listNodePools operation.Iterable<ListNodePoolsResponse>
ContainerEnginePaginators. listNodePoolsResponseIterator(ListNodePoolsRequest request)
Creates a new iterable which will iterate over the responses received from the listNodePools operation.Method parameters in com.oracle.bmc.containerengine with type arguments of type ListNodePoolsRequest Modifier and Type Method Description Future<ListNodePoolsResponse>
ContainerEngineAsync. listNodePools(ListNodePoolsRequest request, AsyncHandler<ListNodePoolsRequest,ListNodePoolsResponse> handler)
List all the node pools in a compartment, and optionally filter by cluster.Future<ListNodePoolsResponse>
ContainerEngineAsyncClient. listNodePools(ListNodePoolsRequest request, AsyncHandler<ListNodePoolsRequest,ListNodePoolsResponse> handler)
-
Uses of ListNodePoolsRequest in com.oracle.bmc.containerengine.requests
Methods in com.oracle.bmc.containerengine.requests that return ListNodePoolsRequest Modifier and Type Method Description ListNodePoolsRequest
ListNodePoolsRequest.Builder. build()
Build the instance of ListNodePoolsRequest as configured by this builderListNodePoolsRequest
ListNodePoolsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListNodePoolsRequest as configured by this builderMethods in com.oracle.bmc.containerengine.requests with parameters of type ListNodePoolsRequest Modifier and Type Method Description ListNodePoolsRequest.Builder
ListNodePoolsRequest.Builder. copy(ListNodePoolsRequest o)
Copy method to populate the builder with values from the given instance.
-