Uses of Class
com.oracle.bmc.dataflow.requests.ListSqlEndpointsRequest
-
Packages that use ListSqlEndpointsRequest Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.requests -
-
Uses of ListSqlEndpointsRequest in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow with parameters of type ListSqlEndpointsRequest Modifier and Type Method Description ListSqlEndpointsResponseDataFlow. listSqlEndpoints(ListSqlEndpointsRequest request)Lists all Sql Endpoints in the specified compartment.Future<ListSqlEndpointsResponse>DataFlowAsync. listSqlEndpoints(ListSqlEndpointsRequest request, AsyncHandler<ListSqlEndpointsRequest,ListSqlEndpointsResponse> handler)Lists all Sql Endpoints in the specified compartment.Future<ListSqlEndpointsResponse>DataFlowAsyncClient. listSqlEndpoints(ListSqlEndpointsRequest request, AsyncHandler<ListSqlEndpointsRequest,ListSqlEndpointsResponse> handler)ListSqlEndpointsResponseDataFlowClient. listSqlEndpoints(ListSqlEndpointsRequest request)Iterable<SqlEndpointSummary>DataFlowPaginators. listSqlEndpointsRecordIterator(ListSqlEndpointsRequest request)Creates a new iterable which will iterate over theSqlEndpointSummaryobjects 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.Method parameters in com.oracle.bmc.dataflow with type arguments of type ListSqlEndpointsRequest Modifier and Type Method Description Future<ListSqlEndpointsResponse>DataFlowAsync. listSqlEndpoints(ListSqlEndpointsRequest request, AsyncHandler<ListSqlEndpointsRequest,ListSqlEndpointsResponse> handler)Lists all Sql Endpoints in the specified compartment.Future<ListSqlEndpointsResponse>DataFlowAsyncClient. listSqlEndpoints(ListSqlEndpointsRequest request, AsyncHandler<ListSqlEndpointsRequest,ListSqlEndpointsResponse> handler) -
Uses of ListSqlEndpointsRequest in com.oracle.bmc.dataflow.requests
Methods in com.oracle.bmc.dataflow.requests that return ListSqlEndpointsRequest Modifier and Type Method Description ListSqlEndpointsRequestListSqlEndpointsRequest.Builder. build()Build the instance of ListSqlEndpointsRequest as configured by this builderListSqlEndpointsRequestListSqlEndpointsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListSqlEndpointsRequest as configured by this builderMethods in com.oracle.bmc.dataflow.requests with parameters of type ListSqlEndpointsRequest Modifier and Type Method Description ListSqlEndpointsRequest.BuilderListSqlEndpointsRequest.Builder. copy(ListSqlEndpointsRequest o)Copy method to populate the builder with values from the given instance.
-