Uses of Class
com.oracle.bmc.dataintegration.responses.GetDataFlowResponse
-
Packages that use GetDataFlowResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of GetDataFlowResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return GetDataFlowResponse Modifier and Type Method Description GetDataFlowResponse
DataIntegration. getDataFlow(GetDataFlowRequest request)
Retrieves a data flow using the specified identifier.GetDataFlowResponse
DataIntegrationClient. getDataFlow(GetDataFlowRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type GetDataFlowResponse 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)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type GetDataFlowResponse 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 GetDataFlowResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return GetDataFlowResponse Modifier and Type Method Description GetDataFlowResponse
GetDataFlowResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type GetDataFlowResponse Modifier and Type Method Description GetDataFlowResponse.Builder
GetDataFlowResponse.Builder. copy(GetDataFlowResponse o)
Copy method to populate the builder with values from the given instance.
-