Package | Description |
---|---|
com.oracle.bmc.dataflow | |
com.oracle.bmc.dataflow.responses |
Modifier and Type | Method and Description |
---|---|
ListPoolsResponse |
DataFlowClient.listPools(ListPoolsRequest request) |
ListPoolsResponse |
DataFlow.listPools(ListPoolsRequest request)
Lists all pools in the specified compartment.
|
Modifier and Type | Method and Description |
---|---|
Future<ListPoolsResponse> |
DataFlowAsyncClient.listPools(ListPoolsRequest request,
AsyncHandler<ListPoolsRequest,ListPoolsResponse> handler) |
Future<ListPoolsResponse> |
DataFlowAsync.listPools(ListPoolsRequest request,
AsyncHandler<ListPoolsRequest,ListPoolsResponse> handler)
Lists all pools in the specified compartment.
|
Iterable<ListPoolsResponse> |
DataFlowPaginators.listPoolsResponseIterator(ListPoolsRequest request)
Creates a new iterable which will iterate over the responses received from the listPools
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListPoolsResponse> |
DataFlowAsyncClient.listPools(ListPoolsRequest request,
AsyncHandler<ListPoolsRequest,ListPoolsResponse> handler) |
Future<ListPoolsResponse> |
DataFlowAsync.listPools(ListPoolsRequest request,
AsyncHandler<ListPoolsRequest,ListPoolsResponse> handler)
Lists all pools in the specified compartment.
|
Modifier and Type | Method and Description |
---|---|
ListPoolsResponse |
ListPoolsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListPoolsResponse.Builder |
ListPoolsResponse.Builder.copy(ListPoolsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.