Uses of Class
com.oracle.bmc.vulnerabilityscanning.model.WorkRequestError
-
Packages that use WorkRequestError Package Description com.oracle.bmc.vulnerabilityscanning com.oracle.bmc.vulnerabilityscanning.model -
-
Uses of WorkRequestError in com.oracle.bmc.vulnerabilityscanning
Methods in com.oracle.bmc.vulnerabilityscanning that return types with arguments of type WorkRequestError Modifier and Type Method Description Iterable<WorkRequestError>VulnerabilityScanningPaginators. listWorkRequestErrorsRecordIterator(ListWorkRequestErrorsRequest request)Creates a new iterable which will iterate over theWorkRequestErrorobjects contained in responses from the listWorkRequestErrors operation. -
Uses of WorkRequestError in com.oracle.bmc.vulnerabilityscanning.model
Methods in com.oracle.bmc.vulnerabilityscanning.model that return WorkRequestError Modifier and Type Method Description WorkRequestErrorWorkRequestError.Builder. build()Methods in com.oracle.bmc.vulnerabilityscanning.model that return types with arguments of type WorkRequestError Modifier and Type Method Description List<WorkRequestError>WorkRequestErrorCollection. getItems()The WorkRequestError objects in the collectionMethods in com.oracle.bmc.vulnerabilityscanning.model with parameters of type WorkRequestError Modifier and Type Method Description WorkRequestError.BuilderWorkRequestError.Builder. copy(WorkRequestError model)Method parameters in com.oracle.bmc.vulnerabilityscanning.model with type arguments of type WorkRequestError Modifier and Type Method Description WorkRequestErrorCollection.BuilderWorkRequestErrorCollection.Builder. items(List<WorkRequestError> items)The WorkRequestError objects in the collectionConstructor parameters in com.oracle.bmc.vulnerabilityscanning.model with type arguments of type WorkRequestError Constructor Description WorkRequestErrorCollection(List<WorkRequestError> items)Deprecated.
-