Uses of Class
com.oracle.bmc.dataflow.requests.CreatePrivateEndpointRequest
-
Packages that use CreatePrivateEndpointRequest Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.requests -
-
Uses of CreatePrivateEndpointRequest in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow with parameters of type CreatePrivateEndpointRequest Modifier and Type Method Description CreatePrivateEndpointResponse
DataFlow. createPrivateEndpoint(CreatePrivateEndpointRequest request)
Creates a private endpoint to be used by applications.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)
CreatePrivateEndpointResponse
DataFlowClient. createPrivateEndpoint(CreatePrivateEndpointRequest request)
Method parameters in com.oracle.bmc.dataflow with type arguments of type CreatePrivateEndpointRequest 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 CreatePrivateEndpointRequest in com.oracle.bmc.dataflow.requests
Methods in com.oracle.bmc.dataflow.requests that return CreatePrivateEndpointRequest Modifier and Type Method Description CreatePrivateEndpointRequest
CreatePrivateEndpointRequest.Builder. build()
Build the instance of CreatePrivateEndpointRequest as configured by this builderCreatePrivateEndpointRequest
CreatePrivateEndpointRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreatePrivateEndpointRequest as configured by this builderMethods in com.oracle.bmc.dataflow.requests with parameters of type CreatePrivateEndpointRequest Modifier and Type Method Description CreatePrivateEndpointRequest.Builder
CreatePrivateEndpointRequest.Builder. copy(CreatePrivateEndpointRequest o)
Copy method to populate the builder with values from the given instance.
-