Uses of Class
com.oracle.bmc.ailanguage.model.BatchDetectHealthEntityResult
-
Packages that use BatchDetectHealthEntityResult Package Description com.oracle.bmc.ailanguage.model com.oracle.bmc.ailanguage.responses -
-
Uses of BatchDetectHealthEntityResult in com.oracle.bmc.ailanguage.model
Methods in com.oracle.bmc.ailanguage.model that return BatchDetectHealthEntityResult Modifier and Type Method Description BatchDetectHealthEntityResult
BatchDetectHealthEntityResult.Builder. build()
Methods in com.oracle.bmc.ailanguage.model with parameters of type BatchDetectHealthEntityResult Modifier and Type Method Description BatchDetectHealthEntityResult.Builder
BatchDetectHealthEntityResult.Builder. copy(BatchDetectHealthEntityResult model)
-
Uses of BatchDetectHealthEntityResult in com.oracle.bmc.ailanguage.responses
Methods in com.oracle.bmc.ailanguage.responses that return BatchDetectHealthEntityResult Modifier and Type Method Description BatchDetectHealthEntityResult
BatchDetectHealthEntityResponse. getBatchDetectHealthEntityResult()
The returned BatchDetectHealthEntityResult instance.Methods in com.oracle.bmc.ailanguage.responses with parameters of type BatchDetectHealthEntityResult Modifier and Type Method Description BatchDetectHealthEntityResponse.Builder
BatchDetectHealthEntityResponse.Builder. batchDetectHealthEntityResult(BatchDetectHealthEntityResult batchDetectHealthEntityResult)
The returned BatchDetectHealthEntityResult instance.
-