Uses of Class
com.oracle.bmc.aianomalydetection.model.ObjectLocation
-
Packages that use ObjectLocation Package Description com.oracle.bmc.aianomalydetection.model -
-
Uses of ObjectLocation in com.oracle.bmc.aianomalydetection.model
Methods in com.oracle.bmc.aianomalydetection.model that return ObjectLocation Modifier and Type Method Description ObjectLocation
ObjectLocation.Builder. build()
Methods in com.oracle.bmc.aianomalydetection.model that return types with arguments of type ObjectLocation Modifier and Type Method Description List<ObjectLocation>
ObjectListInputDetails. getObjectLocations()
List of ObjectLocations.List<ObjectLocation>
ObjectListInputJobDetails. getObjectLocations()
List of ObjectLocations.Methods in com.oracle.bmc.aianomalydetection.model with parameters of type ObjectLocation Modifier and Type Method Description ObjectLocation.Builder
ObjectLocation.Builder. copy(ObjectLocation model)
Method parameters in com.oracle.bmc.aianomalydetection.model with type arguments of type ObjectLocation Modifier and Type Method Description ObjectListInputDetails.Builder
ObjectListInputDetails.Builder. objectLocations(List<ObjectLocation> objectLocations)
List of ObjectLocations.ObjectListInputJobDetails.Builder
ObjectListInputJobDetails.Builder. objectLocations(List<ObjectLocation> objectLocations)
List of ObjectLocations.Constructor parameters in com.oracle.bmc.aianomalydetection.model with type arguments of type ObjectLocation Constructor Description ObjectListInputDetails(List<ObjectLocation> objectLocations)
Deprecated.ObjectListInputJobDetails(List<ObjectLocation> objectLocations)
Deprecated.
-