Uses of Class
com.oracle.bmc.dataintegration.responses.ListTaskRunLogsResponse
-
Packages that use ListTaskRunLogsResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of ListTaskRunLogsResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return ListTaskRunLogsResponse Modifier and Type Method Description ListTaskRunLogsResponseDataIntegration. listTaskRunLogs(ListTaskRunLogsRequest request)Gets log entries for task runs using its key.ListTaskRunLogsResponseDataIntegrationClient. listTaskRunLogs(ListTaskRunLogsRequest request)Methods in com.oracle.bmc.dataintegration that return types with arguments of type ListTaskRunLogsResponse 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)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 ListTaskRunLogsResponse 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 ListTaskRunLogsResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return ListTaskRunLogsResponse Modifier and Type Method Description ListTaskRunLogsResponseListTaskRunLogsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type ListTaskRunLogsResponse Modifier and Type Method Description ListTaskRunLogsResponse.BuilderListTaskRunLogsResponse.Builder. copy(ListTaskRunLogsResponse o)Copy method to populate the builder with values from the given instance.
-