Uses of Class
com.oracle.bmc.dataflow.requests.ListPrivateEndpointsRequest
-
Packages that use ListPrivateEndpointsRequest Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.requests -
-
Uses of ListPrivateEndpointsRequest in com.oracle.bmc.dataflow
Method parameters in com.oracle.bmc.dataflow with type arguments of type ListPrivateEndpointsRequest 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 ListPrivateEndpointsRequest in com.oracle.bmc.dataflow.requests
Methods in com.oracle.bmc.dataflow.requests that return ListPrivateEndpointsRequest Modifier and Type Method Description ListPrivateEndpointsRequestListPrivateEndpointsRequest.Builder. build()Build the instance of ListPrivateEndpointsRequest as configured by this builderListPrivateEndpointsRequestListPrivateEndpointsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListPrivateEndpointsRequest as configured by this builderMethods in com.oracle.bmc.dataflow.requests with parameters of type ListPrivateEndpointsRequest Modifier and Type Method Description ListPrivateEndpointsRequest.BuilderListPrivateEndpointsRequest.Builder. copy(ListPrivateEndpointsRequest o)Copy method to populate the builder with values from the given instance.
-