Uses of Class
com.oracle.bmc.loganalytics.model.WorkRequestError
-
Packages that use WorkRequestError Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.model -
-
Uses of WorkRequestError in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return types with arguments of type WorkRequestError Modifier and Type Method Description Iterable<WorkRequestError>
LogAnalyticsPaginators. listStorageWorkRequestErrorsRecordIterator(ListStorageWorkRequestErrorsRequest request)
Creates a new iterable which will iterate over theWorkRequestError
objects contained in responses from the listStorageWorkRequestErrors operation.Iterable<WorkRequestError>
LogAnalyticsPaginators. listWorkRequestErrorsRecordIterator(ListWorkRequestErrorsRequest request)
Creates a new iterable which will iterate over theWorkRequestError
objects contained in responses from the listWorkRequestErrors operation. -
Uses of WorkRequestError in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return WorkRequestError Modifier and Type Method Description WorkRequestError
WorkRequestError.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type WorkRequestError Modifier and Type Method Description List<WorkRequestError>
WorkRequestErrorCollection. getItems()
This is an array of errors for the work request.Methods in com.oracle.bmc.loganalytics.model with parameters of type WorkRequestError Modifier and Type Method Description WorkRequestError.Builder
WorkRequestError.Builder. copy(WorkRequestError model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type WorkRequestError Modifier and Type Method Description WorkRequestErrorCollection.Builder
WorkRequestErrorCollection.Builder. items(List<WorkRequestError> items)
This is an array of errors for the work request.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type WorkRequestError Constructor Description WorkRequestErrorCollection(List<WorkRequestError> items)
Deprecated.
-