Uses of Class
com.oracle.bmc.dataintegration.responses.GetDataFlowValidationResponse
-
Packages that use GetDataFlowValidationResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of GetDataFlowValidationResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return GetDataFlowValidationResponse Modifier and Type Method Description GetDataFlowValidationResponse
DataIntegration. getDataFlowValidation(GetDataFlowValidationRequest request)
Retrieves a data flow validation using the specified identifier.GetDataFlowValidationResponse
DataIntegrationClient. getDataFlowValidation(GetDataFlowValidationRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type GetDataFlowValidationResponse Modifier and Type Method Description Future<GetDataFlowValidationResponse>
DataIntegrationAsync. getDataFlowValidation(GetDataFlowValidationRequest request, AsyncHandler<GetDataFlowValidationRequest,GetDataFlowValidationResponse> handler)
Retrieves a data flow validation using the specified identifier.Future<GetDataFlowValidationResponse>
DataIntegrationAsyncClient. getDataFlowValidation(GetDataFlowValidationRequest request, AsyncHandler<GetDataFlowValidationRequest,GetDataFlowValidationResponse> handler)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type GetDataFlowValidationResponse Modifier and Type Method Description Future<GetDataFlowValidationResponse>
DataIntegrationAsync. getDataFlowValidation(GetDataFlowValidationRequest request, AsyncHandler<GetDataFlowValidationRequest,GetDataFlowValidationResponse> handler)
Retrieves a data flow validation using the specified identifier.Future<GetDataFlowValidationResponse>
DataIntegrationAsyncClient. getDataFlowValidation(GetDataFlowValidationRequest request, AsyncHandler<GetDataFlowValidationRequest,GetDataFlowValidationResponse> handler)
-
Uses of GetDataFlowValidationResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return GetDataFlowValidationResponse Modifier and Type Method Description GetDataFlowValidationResponse
GetDataFlowValidationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type GetDataFlowValidationResponse Modifier and Type Method Description GetDataFlowValidationResponse.Builder
GetDataFlowValidationResponse.Builder. copy(GetDataFlowValidationResponse o)
Copy method to populate the builder with values from the given instance.
-