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