Uses of Class
com.oracle.bmc.dataflow.responses.DeletePrivateEndpointResponse
-
Packages that use DeletePrivateEndpointResponse Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.responses -
-
Uses of DeletePrivateEndpointResponse in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow that return DeletePrivateEndpointResponse Modifier and Type Method Description DeletePrivateEndpointResponse
DataFlow. deletePrivateEndpoint(DeletePrivateEndpointRequest request)
Deletes a private endpoint using aprivateEndpointId
.DeletePrivateEndpointResponse
DataFlowClient. deletePrivateEndpoint(DeletePrivateEndpointRequest request)
Methods in com.oracle.bmc.dataflow that return types with arguments of type DeletePrivateEndpointResponse 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)
Method parameters in com.oracle.bmc.dataflow with type arguments of type DeletePrivateEndpointResponse 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 DeletePrivateEndpointResponse in com.oracle.bmc.dataflow.responses
Methods in com.oracle.bmc.dataflow.responses that return DeletePrivateEndpointResponse Modifier and Type Method Description DeletePrivateEndpointResponse
DeletePrivateEndpointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataflow.responses with parameters of type DeletePrivateEndpointResponse Modifier and Type Method Description DeletePrivateEndpointResponse.Builder
DeletePrivateEndpointResponse.Builder. copy(DeletePrivateEndpointResponse o)
Copy method to populate the builder with values from the given instance.
-