Uses of Class
com.oracle.bmc.dataintegration.responses.CreateTaskValidationResponse
-
Packages that use CreateTaskValidationResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of CreateTaskValidationResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return CreateTaskValidationResponse Modifier and Type Method Description CreateTaskValidationResponse
DataIntegration. createTaskValidation(CreateTaskValidationRequest request)
Validates a specific task.CreateTaskValidationResponse
DataIntegrationClient. createTaskValidation(CreateTaskValidationRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type CreateTaskValidationResponse Modifier and Type Method Description Future<CreateTaskValidationResponse>
DataIntegrationAsync. createTaskValidation(CreateTaskValidationRequest request, AsyncHandler<CreateTaskValidationRequest,CreateTaskValidationResponse> handler)
Validates a specific task.Future<CreateTaskValidationResponse>
DataIntegrationAsyncClient. createTaskValidation(CreateTaskValidationRequest request, AsyncHandler<CreateTaskValidationRequest,CreateTaskValidationResponse> handler)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type CreateTaskValidationResponse Modifier and Type Method Description Future<CreateTaskValidationResponse>
DataIntegrationAsync. createTaskValidation(CreateTaskValidationRequest request, AsyncHandler<CreateTaskValidationRequest,CreateTaskValidationResponse> handler)
Validates a specific task.Future<CreateTaskValidationResponse>
DataIntegrationAsyncClient. createTaskValidation(CreateTaskValidationRequest request, AsyncHandler<CreateTaskValidationRequest,CreateTaskValidationResponse> handler)
-
Uses of CreateTaskValidationResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return CreateTaskValidationResponse Modifier and Type Method Description CreateTaskValidationResponse
CreateTaskValidationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type CreateTaskValidationResponse Modifier and Type Method Description CreateTaskValidationResponse.Builder
CreateTaskValidationResponse.Builder. copy(CreateTaskValidationResponse o)
Copy method to populate the builder with values from the given instance.
-