Uses of Class
com.oracle.bmc.dataflow.requests.DeletePrivateEndpointRequest
-
Packages that use DeletePrivateEndpointRequest Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.requests -
-
Uses of DeletePrivateEndpointRequest in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow with parameters of type DeletePrivateEndpointRequest Modifier and Type Method Description DeletePrivateEndpointResponse
DataFlow. deletePrivateEndpoint(DeletePrivateEndpointRequest request)
Deletes a private endpoint using aprivateEndpointId
.Future<DeletePrivateEndpointResponse>
DataFlowAsync. deletePrivateEndpoint(DeletePrivateEndpointRequest request, AsyncHandler<DeletePrivateEndpointRequest,DeletePrivateEndpointResponse> handler)
Deletes a private endpoint using aprivateEndpointId
.Future<DeletePrivateEndpointResponse>
DataFlowAsyncClient. deletePrivateEndpoint(DeletePrivateEndpointRequest request, AsyncHandler<DeletePrivateEndpointRequest,DeletePrivateEndpointResponse> handler)
DeletePrivateEndpointResponse
DataFlowClient. deletePrivateEndpoint(DeletePrivateEndpointRequest request)
Method parameters in com.oracle.bmc.dataflow with type arguments of type DeletePrivateEndpointRequest Modifier and Type Method Description Future<DeletePrivateEndpointResponse>
DataFlowAsync. deletePrivateEndpoint(DeletePrivateEndpointRequest request, AsyncHandler<DeletePrivateEndpointRequest,DeletePrivateEndpointResponse> handler)
Deletes a private endpoint using aprivateEndpointId
.Future<DeletePrivateEndpointResponse>
DataFlowAsyncClient. deletePrivateEndpoint(DeletePrivateEndpointRequest request, AsyncHandler<DeletePrivateEndpointRequest,DeletePrivateEndpointResponse> handler)
-
Uses of DeletePrivateEndpointRequest in com.oracle.bmc.dataflow.requests
Methods in com.oracle.bmc.dataflow.requests that return DeletePrivateEndpointRequest Modifier and Type Method Description DeletePrivateEndpointRequest
DeletePrivateEndpointRequest.Builder. build()
Build the instance of DeletePrivateEndpointRequest as configured by this builderDeletePrivateEndpointRequest
DeletePrivateEndpointRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeletePrivateEndpointRequest as configured by this builderMethods in com.oracle.bmc.dataflow.requests with parameters of type DeletePrivateEndpointRequest Modifier and Type Method Description DeletePrivateEndpointRequest.Builder
DeletePrivateEndpointRequest.Builder. copy(DeletePrivateEndpointRequest o)
Copy method to populate the builder with values from the given instance.
-