Uses of Class
com.oracle.bmc.datacatalog.responses.ListJobExecutionsResponse
-
Packages that use ListJobExecutionsResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of ListJobExecutionsResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return ListJobExecutionsResponse Modifier and Type Method Description ListJobExecutionsResponse
DataCatalog. listJobExecutions(ListJobExecutionsRequest request)
Returns a list of job executions for a job.ListJobExecutionsResponse
DataCatalogClient. listJobExecutions(ListJobExecutionsRequest request)
Methods in com.oracle.bmc.datacatalog that return types with arguments of type ListJobExecutionsResponse Modifier and Type Method Description Future<ListJobExecutionsResponse>
DataCatalogAsync. listJobExecutions(ListJobExecutionsRequest request, AsyncHandler<ListJobExecutionsRequest,ListJobExecutionsResponse> handler)
Returns a list of job executions for a job.Future<ListJobExecutionsResponse>
DataCatalogAsyncClient. listJobExecutions(ListJobExecutionsRequest request, AsyncHandler<ListJobExecutionsRequest,ListJobExecutionsResponse> handler)
Iterable<ListJobExecutionsResponse>
DataCatalogPaginators. listJobExecutionsResponseIterator(ListJobExecutionsRequest request)
Creates a new iterable which will iterate over the responses received from the listJobExecutions operation.Method parameters in com.oracle.bmc.datacatalog with type arguments of type ListJobExecutionsResponse Modifier and Type Method Description Future<ListJobExecutionsResponse>
DataCatalogAsync. listJobExecutions(ListJobExecutionsRequest request, AsyncHandler<ListJobExecutionsRequest,ListJobExecutionsResponse> handler)
Returns a list of job executions for a job.Future<ListJobExecutionsResponse>
DataCatalogAsyncClient. listJobExecutions(ListJobExecutionsRequest request, AsyncHandler<ListJobExecutionsRequest,ListJobExecutionsResponse> handler)
-
Uses of ListJobExecutionsResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return ListJobExecutionsResponse Modifier and Type Method Description ListJobExecutionsResponse
ListJobExecutionsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type ListJobExecutionsResponse Modifier and Type Method Description ListJobExecutionsResponse.Builder
ListJobExecutionsResponse.Builder. copy(ListJobExecutionsResponse o)
Copy method to populate the builder with values from the given instance.
-