Uses of Class
com.oracle.bmc.dataintegration.requests.GetDataFlowRequest
-
Packages that use GetDataFlowRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of GetDataFlowRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type GetDataFlowRequest Modifier and Type Method Description GetDataFlowResponse
DataIntegration. getDataFlow(GetDataFlowRequest request)
Retrieves a data flow using the specified identifier.Future<GetDataFlowResponse>
DataIntegrationAsync. getDataFlow(GetDataFlowRequest request, AsyncHandler<GetDataFlowRequest,GetDataFlowResponse> handler)
Retrieves a data flow using the specified identifier.Future<GetDataFlowResponse>
DataIntegrationAsyncClient. getDataFlow(GetDataFlowRequest request, AsyncHandler<GetDataFlowRequest,GetDataFlowResponse> handler)
GetDataFlowResponse
DataIntegrationClient. getDataFlow(GetDataFlowRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type GetDataFlowRequest Modifier and Type Method Description Future<GetDataFlowResponse>
DataIntegrationAsync. getDataFlow(GetDataFlowRequest request, AsyncHandler<GetDataFlowRequest,GetDataFlowResponse> handler)
Retrieves a data flow using the specified identifier.Future<GetDataFlowResponse>
DataIntegrationAsyncClient. getDataFlow(GetDataFlowRequest request, AsyncHandler<GetDataFlowRequest,GetDataFlowResponse> handler)
-
Uses of GetDataFlowRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return GetDataFlowRequest Modifier and Type Method Description GetDataFlowRequest
GetDataFlowRequest.Builder. build()
Build the instance of GetDataFlowRequest as configured by this builderGetDataFlowRequest
GetDataFlowRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetDataFlowRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type GetDataFlowRequest Modifier and Type Method Description GetDataFlowRequest.Builder
GetDataFlowRequest.Builder. copy(GetDataFlowRequest o)
Copy method to populate the builder with values from the given instance.
-