Package | Description |
---|---|
com.oracle.bmc.containerengine | |
com.oracle.bmc.containerengine.requests |
Modifier and Type | Method and Description |
---|---|
ListNodePoolsResponse |
ContainerEngine.listNodePools(ListNodePoolsRequest request)
List all the node pools in a compartment, and optionally filter by cluster.
|
ListNodePoolsResponse |
ContainerEngineClient.listNodePools(ListNodePoolsRequest request) |
Future<ListNodePoolsResponse> |
ContainerEngineAsyncClient.listNodePools(ListNodePoolsRequest request,
AsyncHandler<ListNodePoolsRequest,ListNodePoolsResponse> handler) |
Future<ListNodePoolsResponse> |
ContainerEngineAsync.listNodePools(ListNodePoolsRequest request,
AsyncHandler<ListNodePoolsRequest,ListNodePoolsResponse> handler)
List all the node pools in a compartment, and optionally filter by cluster.
|
Iterable<NodePoolSummary> |
ContainerEnginePaginators.listNodePoolsRecordIterator(ListNodePoolsRequest request)
Creates a new iterable which will iterate over the
NodePoolSummary 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.
|
Modifier and Type | Method and Description |
---|---|
Future<ListNodePoolsResponse> |
ContainerEngineAsyncClient.listNodePools(ListNodePoolsRequest request,
AsyncHandler<ListNodePoolsRequest,ListNodePoolsResponse> handler) |
Future<ListNodePoolsResponse> |
ContainerEngineAsync.listNodePools(ListNodePoolsRequest request,
AsyncHandler<ListNodePoolsRequest,ListNodePoolsResponse> handler)
List all the node pools in a compartment, and optionally filter by cluster.
|
Modifier and Type | Method and Description |
---|---|
ListNodePoolsRequest |
ListNodePoolsRequest.Builder.build()
Build the instance of ListNodePoolsRequest as configured by this builder
|
ListNodePoolsRequest |
ListNodePoolsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListNodePoolsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListNodePoolsRequest.Builder |
ListNodePoolsRequest.Builder.copy(ListNodePoolsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.