Uses of Class
com.oracle.bmc.dataflow.responses.CreatePrivateEndpointResponse
-
Packages that use CreatePrivateEndpointResponse Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.responses -
-
Uses of CreatePrivateEndpointResponse in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow that return CreatePrivateEndpointResponse Modifier and Type Method Description CreatePrivateEndpointResponse
DataFlow. createPrivateEndpoint(CreatePrivateEndpointRequest request)
Creates a private endpoint to be used by applications.CreatePrivateEndpointResponse
DataFlowClient. createPrivateEndpoint(CreatePrivateEndpointRequest request)
Methods in com.oracle.bmc.dataflow that return types with arguments of type CreatePrivateEndpointResponse Modifier and Type Method Description Future<CreatePrivateEndpointResponse>
DataFlowAsync. createPrivateEndpoint(CreatePrivateEndpointRequest request, AsyncHandler<CreatePrivateEndpointRequest,CreatePrivateEndpointResponse> handler)
Creates a private endpoint to be used by applications.Future<CreatePrivateEndpointResponse>
DataFlowAsyncClient. createPrivateEndpoint(CreatePrivateEndpointRequest request, AsyncHandler<CreatePrivateEndpointRequest,CreatePrivateEndpointResponse> handler)
Method parameters in com.oracle.bmc.dataflow with type arguments of type CreatePrivateEndpointResponse Modifier and Type Method Description Future<CreatePrivateEndpointResponse>
DataFlowAsync. createPrivateEndpoint(CreatePrivateEndpointRequest request, AsyncHandler<CreatePrivateEndpointRequest,CreatePrivateEndpointResponse> handler)
Creates a private endpoint to be used by applications.Future<CreatePrivateEndpointResponse>
DataFlowAsyncClient. createPrivateEndpoint(CreatePrivateEndpointRequest request, AsyncHandler<CreatePrivateEndpointRequest,CreatePrivateEndpointResponse> handler)
-
Uses of CreatePrivateEndpointResponse in com.oracle.bmc.dataflow.responses
Methods in com.oracle.bmc.dataflow.responses that return CreatePrivateEndpointResponse Modifier and Type Method Description CreatePrivateEndpointResponse
CreatePrivateEndpointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataflow.responses with parameters of type CreatePrivateEndpointResponse Modifier and Type Method Description CreatePrivateEndpointResponse.Builder
CreatePrivateEndpointResponse.Builder. copy(CreatePrivateEndpointResponse o)
Copy method to populate the builder with values from the given instance.
-