Uses of Class
com.oracle.bmc.dataintegration.requests.ListTaskRunLogsRequest
-
Packages that use ListTaskRunLogsRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of ListTaskRunLogsRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type ListTaskRunLogsRequest Modifier and Type Method Description ListTaskRunLogsResponseDataIntegration. listTaskRunLogs(ListTaskRunLogsRequest request)Gets log entries for task runs using its key.Future<ListTaskRunLogsResponse>DataIntegrationAsync. listTaskRunLogs(ListTaskRunLogsRequest request, AsyncHandler<ListTaskRunLogsRequest,ListTaskRunLogsResponse> handler)Gets log entries for task runs using its key.Future<ListTaskRunLogsResponse>DataIntegrationAsyncClient. listTaskRunLogs(ListTaskRunLogsRequest request, AsyncHandler<ListTaskRunLogsRequest,ListTaskRunLogsResponse> handler)ListTaskRunLogsResponseDataIntegrationClient. listTaskRunLogs(ListTaskRunLogsRequest request)Iterable<TaskRunLogSummary>DataIntegrationPaginators. listTaskRunLogsRecordIterator(ListTaskRunLogsRequest request)Creates a new iterable which will iterate over theTaskRunLogSummaryobjects contained in responses from the listTaskRunLogs operation.Iterable<ListTaskRunLogsResponse>DataIntegrationPaginators. listTaskRunLogsResponseIterator(ListTaskRunLogsRequest request)Creates a new iterable which will iterate over the responses received from the listTaskRunLogs operation.Method parameters in com.oracle.bmc.dataintegration with type arguments of type ListTaskRunLogsRequest Modifier and Type Method Description Future<ListTaskRunLogsResponse>DataIntegrationAsync. listTaskRunLogs(ListTaskRunLogsRequest request, AsyncHandler<ListTaskRunLogsRequest,ListTaskRunLogsResponse> handler)Gets log entries for task runs using its key.Future<ListTaskRunLogsResponse>DataIntegrationAsyncClient. listTaskRunLogs(ListTaskRunLogsRequest request, AsyncHandler<ListTaskRunLogsRequest,ListTaskRunLogsResponse> handler) -
Uses of ListTaskRunLogsRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return ListTaskRunLogsRequest Modifier and Type Method Description ListTaskRunLogsRequestListTaskRunLogsRequest.Builder. build()Build the instance of ListTaskRunLogsRequest as configured by this builderListTaskRunLogsRequestListTaskRunLogsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListTaskRunLogsRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type ListTaskRunLogsRequest Modifier and Type Method Description ListTaskRunLogsRequest.BuilderListTaskRunLogsRequest.Builder. copy(ListTaskRunLogsRequest o)Copy method to populate the builder with values from the given instance.
-