Package | Description |
---|---|
com.oracle.bmc.dataflow | |
com.oracle.bmc.dataflow.requests |
Modifier and Type | Method and Description |
---|---|
ListPoolsResponse |
DataFlowClient.listPools(ListPoolsRequest request) |
ListPoolsResponse |
DataFlow.listPools(ListPoolsRequest request)
Lists all pools in the specified compartment.
|
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<PoolSummary> |
DataFlowPaginators.listPoolsRecordIterator(ListPoolsRequest request)
Creates a new iterable which will iterate over the
PoolSummary objects contained in responses from the listPools
operation. |
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 |
---|---|
ListPoolsRequest |
ListPoolsRequest.Builder.build()
Build the instance of ListPoolsRequest as configured by this builder
|
ListPoolsRequest |
ListPoolsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListPoolsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListPoolsRequest.Builder |
ListPoolsRequest.Builder.copy(ListPoolsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.