Uses of Class
com.oracle.bmc.dataflow.responses.ListPrivateEndpointsResponse
-
Packages that use ListPrivateEndpointsResponse Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.responses -
-
Uses of ListPrivateEndpointsResponse in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow that return ListPrivateEndpointsResponse Modifier and Type Method Description ListPrivateEndpointsResponseDataFlow. listPrivateEndpoints(ListPrivateEndpointsRequest request)Lists all private endpoints in the specified compartment.ListPrivateEndpointsResponseDataFlowClient. listPrivateEndpoints(ListPrivateEndpointsRequest request)Methods in com.oracle.bmc.dataflow that return types with arguments of type ListPrivateEndpointsResponse Modifier and Type Method Description Future<ListPrivateEndpointsResponse>DataFlowAsync. listPrivateEndpoints(ListPrivateEndpointsRequest request, AsyncHandler<ListPrivateEndpointsRequest,ListPrivateEndpointsResponse> handler)Lists all private endpoints in the specified compartment.Future<ListPrivateEndpointsResponse>DataFlowAsyncClient. listPrivateEndpoints(ListPrivateEndpointsRequest request, AsyncHandler<ListPrivateEndpointsRequest,ListPrivateEndpointsResponse> handler)Iterable<ListPrivateEndpointsResponse>DataFlowPaginators. listPrivateEndpointsResponseIterator(ListPrivateEndpointsRequest request)Creates a new iterable which will iterate over the responses received from the listPrivateEndpoints operation.Method parameters in com.oracle.bmc.dataflow with type arguments of type ListPrivateEndpointsResponse Modifier and Type Method Description Future<ListPrivateEndpointsResponse>DataFlowAsync. listPrivateEndpoints(ListPrivateEndpointsRequest request, AsyncHandler<ListPrivateEndpointsRequest,ListPrivateEndpointsResponse> handler)Lists all private endpoints in the specified compartment.Future<ListPrivateEndpointsResponse>DataFlowAsyncClient. listPrivateEndpoints(ListPrivateEndpointsRequest request, AsyncHandler<ListPrivateEndpointsRequest,ListPrivateEndpointsResponse> handler) -
Uses of ListPrivateEndpointsResponse in com.oracle.bmc.dataflow.responses
Methods in com.oracle.bmc.dataflow.responses that return ListPrivateEndpointsResponse Modifier and Type Method Description ListPrivateEndpointsResponseListPrivateEndpointsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dataflow.responses with parameters of type ListPrivateEndpointsResponse Modifier and Type Method Description ListPrivateEndpointsResponse.BuilderListPrivateEndpointsResponse.Builder. copy(ListPrivateEndpointsResponse o)Copy method to populate the builder with values from the given instance.
-