Package | Description |
---|---|
com.oracle.bmc.dataflow | |
com.oracle.bmc.dataflow.requests |
Modifier and Type | Method and Description |
---|---|
ListSqlEndpointsResponse |
DataFlowClient.listSqlEndpoints(ListSqlEndpointsRequest request) |
ListSqlEndpointsResponse |
DataFlow.listSqlEndpoints(ListSqlEndpointsRequest request)
Lists all Sql Endpoints in the specified compartment.
|
Future<ListSqlEndpointsResponse> |
DataFlowAsyncClient.listSqlEndpoints(ListSqlEndpointsRequest request,
AsyncHandler<ListSqlEndpointsRequest,ListSqlEndpointsResponse> handler) |
Future<ListSqlEndpointsResponse> |
DataFlowAsync.listSqlEndpoints(ListSqlEndpointsRequest request,
AsyncHandler<ListSqlEndpointsRequest,ListSqlEndpointsResponse> handler)
Lists all Sql Endpoints in the specified compartment.
|
Iterable<SqlEndpointSummary> |
DataFlowPaginators.listSqlEndpointsRecordIterator(ListSqlEndpointsRequest request)
Creates a new iterable which will iterate over the
SqlEndpointSummary objects contained in responses from the
listSqlEndpoints operation. |
Iterable<ListSqlEndpointsResponse> |
DataFlowPaginators.listSqlEndpointsResponseIterator(ListSqlEndpointsRequest request)
Creates a new iterable which will iterate over the responses received from the
listSqlEndpoints operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListSqlEndpointsResponse> |
DataFlowAsyncClient.listSqlEndpoints(ListSqlEndpointsRequest request,
AsyncHandler<ListSqlEndpointsRequest,ListSqlEndpointsResponse> handler) |
Future<ListSqlEndpointsResponse> |
DataFlowAsync.listSqlEndpoints(ListSqlEndpointsRequest request,
AsyncHandler<ListSqlEndpointsRequest,ListSqlEndpointsResponse> handler)
Lists all Sql Endpoints in the specified compartment.
|
Modifier and Type | Method and Description |
---|---|
ListSqlEndpointsRequest |
ListSqlEndpointsRequest.Builder.build()
Build the instance of ListSqlEndpointsRequest as configured by this builder
|
ListSqlEndpointsRequest |
ListSqlEndpointsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListSqlEndpointsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListSqlEndpointsRequest.Builder |
ListSqlEndpointsRequest.Builder.copy(ListSqlEndpointsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.