Uses of Class
com.oracle.bmc.dataintegration.responses.ListDataFlowValidationsResponse
-
Packages that use ListDataFlowValidationsResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of ListDataFlowValidationsResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return ListDataFlowValidationsResponse Modifier and Type Method Description ListDataFlowValidationsResponse
DataIntegration. listDataFlowValidations(ListDataFlowValidationsRequest request)
Retrieves a list of data flow validations within the specified workspace.ListDataFlowValidationsResponse
DataIntegrationClient. listDataFlowValidations(ListDataFlowValidationsRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type ListDataFlowValidationsResponse Modifier and Type Method Description Future<ListDataFlowValidationsResponse>
DataIntegrationAsync. listDataFlowValidations(ListDataFlowValidationsRequest request, AsyncHandler<ListDataFlowValidationsRequest,ListDataFlowValidationsResponse> handler)
Retrieves a list of data flow validations within the specified workspace.Future<ListDataFlowValidationsResponse>
DataIntegrationAsyncClient. listDataFlowValidations(ListDataFlowValidationsRequest request, AsyncHandler<ListDataFlowValidationsRequest,ListDataFlowValidationsResponse> handler)
Iterable<ListDataFlowValidationsResponse>
DataIntegrationPaginators. listDataFlowValidationsResponseIterator(ListDataFlowValidationsRequest request)
Creates a new iterable which will iterate over the responses received from the listDataFlowValidations operation.Method parameters in com.oracle.bmc.dataintegration with type arguments of type ListDataFlowValidationsResponse Modifier and Type Method Description Future<ListDataFlowValidationsResponse>
DataIntegrationAsync. listDataFlowValidations(ListDataFlowValidationsRequest request, AsyncHandler<ListDataFlowValidationsRequest,ListDataFlowValidationsResponse> handler)
Retrieves a list of data flow validations within the specified workspace.Future<ListDataFlowValidationsResponse>
DataIntegrationAsyncClient. listDataFlowValidations(ListDataFlowValidationsRequest request, AsyncHandler<ListDataFlowValidationsRequest,ListDataFlowValidationsResponse> handler)
-
Uses of ListDataFlowValidationsResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return ListDataFlowValidationsResponse Modifier and Type Method Description ListDataFlowValidationsResponse
ListDataFlowValidationsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type ListDataFlowValidationsResponse Modifier and Type Method Description ListDataFlowValidationsResponse.Builder
ListDataFlowValidationsResponse.Builder. copy(ListDataFlowValidationsResponse o)
Copy method to populate the builder with values from the given instance.
-