Uses of Class
com.oracle.bmc.loganalytics.model.WorkRequestErrorCollection
-
Packages that use WorkRequestErrorCollection Package Description com.oracle.bmc.loganalytics.model com.oracle.bmc.loganalytics.responses -
-
Uses of WorkRequestErrorCollection in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return WorkRequestErrorCollection Modifier and Type Method Description WorkRequestErrorCollection
WorkRequestErrorCollection.Builder. build()
Methods in com.oracle.bmc.loganalytics.model with parameters of type WorkRequestErrorCollection Modifier and Type Method Description WorkRequestErrorCollection.Builder
WorkRequestErrorCollection.Builder. copy(WorkRequestErrorCollection model)
-
Uses of WorkRequestErrorCollection in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return WorkRequestErrorCollection Modifier and Type Method Description WorkRequestErrorCollection
ListStorageWorkRequestErrorsResponse. getWorkRequestErrorCollection()
The returned WorkRequestErrorCollection instance.WorkRequestErrorCollection
ListWorkRequestErrorsResponse. getWorkRequestErrorCollection()
The returned WorkRequestErrorCollection instance.Methods in com.oracle.bmc.loganalytics.responses with parameters of type WorkRequestErrorCollection Modifier and Type Method Description ListStorageWorkRequestErrorsResponse.Builder
ListStorageWorkRequestErrorsResponse.Builder. workRequestErrorCollection(WorkRequestErrorCollection workRequestErrorCollection)
The returned WorkRequestErrorCollection instance.ListWorkRequestErrorsResponse.Builder
ListWorkRequestErrorsResponse.Builder. workRequestErrorCollection(WorkRequestErrorCollection workRequestErrorCollection)
The returned WorkRequestErrorCollection instance.
-