Uses of Class
com.oracle.bmc.dataintegration.model.TaskRunLogSummary
-
Packages that use TaskRunLogSummary Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.model com.oracle.bmc.dataintegration.responses -
-
Uses of TaskRunLogSummary in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return types with arguments of type TaskRunLogSummary Modifier and Type Method Description Iterable<TaskRunLogSummary>
DataIntegrationPaginators. listTaskRunLogsRecordIterator(ListTaskRunLogsRequest request)
Creates a new iterable which will iterate over theTaskRunLogSummary
objects contained in responses from the listTaskRunLogs operation. -
Uses of TaskRunLogSummary in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return TaskRunLogSummary Modifier and Type Method Description TaskRunLogSummary
TaskRunLogSummary.Builder. build()
Methods in com.oracle.bmc.dataintegration.model with parameters of type TaskRunLogSummary Modifier and Type Method Description TaskRunLogSummary.Builder
TaskRunLogSummary.Builder. copy(TaskRunLogSummary model)
-
Uses of TaskRunLogSummary in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return types with arguments of type TaskRunLogSummary Modifier and Type Method Description List<TaskRunLogSummary>
ListTaskRunLogsResponse. getItems()
A list of com.oracle.bmc.dataintegration.model.TaskRunLogSummary instances.Method parameters in com.oracle.bmc.dataintegration.responses with type arguments of type TaskRunLogSummary Modifier and Type Method Description ListTaskRunLogsResponse.Builder
ListTaskRunLogsResponse.Builder. items(List<TaskRunLogSummary> items)
A list of com.oracle.bmc.dataintegration.model.TaskRunLogSummary instances.
-