Uses of Class
com.oracle.bmc.aianomalydetection.model.DetectAnomalyJobSummary
-
Packages that use DetectAnomalyJobSummary Package Description com.oracle.bmc.aianomalydetection com.oracle.bmc.aianomalydetection.model -
-
Uses of DetectAnomalyJobSummary in com.oracle.bmc.aianomalydetection
Methods in com.oracle.bmc.aianomalydetection that return types with arguments of type DetectAnomalyJobSummary Modifier and Type Method Description Iterable<DetectAnomalyJobSummary>
AnomalyDetectionPaginators. listDetectAnomalyJobsRecordIterator(ListDetectAnomalyJobsRequest request)
Creates a new iterable which will iterate over theDetectAnomalyJobSummary
objects contained in responses from the listDetectAnomalyJobs operation. -
Uses of DetectAnomalyJobSummary in com.oracle.bmc.aianomalydetection.model
Methods in com.oracle.bmc.aianomalydetection.model that return DetectAnomalyJobSummary Modifier and Type Method Description DetectAnomalyJobSummary
DetectAnomalyJobSummary.Builder. build()
Methods in com.oracle.bmc.aianomalydetection.model that return types with arguments of type DetectAnomalyJobSummary Modifier and Type Method Description List<DetectAnomalyJobSummary>
DetectAnomalyJobCollection. getItems()
List of Anomaly Detection jobs.Methods in com.oracle.bmc.aianomalydetection.model with parameters of type DetectAnomalyJobSummary Modifier and Type Method Description DetectAnomalyJobSummary.Builder
DetectAnomalyJobSummary.Builder. copy(DetectAnomalyJobSummary model)
Method parameters in com.oracle.bmc.aianomalydetection.model with type arguments of type DetectAnomalyJobSummary Modifier and Type Method Description DetectAnomalyJobCollection.Builder
DetectAnomalyJobCollection.Builder. items(List<DetectAnomalyJobSummary> items)
List of Anomaly Detection jobs.Constructor parameters in com.oracle.bmc.aianomalydetection.model with type arguments of type DetectAnomalyJobSummary Constructor Description DetectAnomalyJobCollection(List<DetectAnomalyJobSummary> items)
Deprecated.
-