Uses of Class
com.oracle.bmc.ailanguage.model.BatchDetectHealthEntityDetails
- 
Packages that use BatchDetectHealthEntityDetails Package Description com.oracle.bmc.ailanguage.model com.oracle.bmc.ailanguage.requests 
- 
- 
Uses of BatchDetectHealthEntityDetails in com.oracle.bmc.ailanguage.modelMethods in com.oracle.bmc.ailanguage.model that return BatchDetectHealthEntityDetails Modifier and Type Method Description BatchDetectHealthEntityDetailsBatchDetectHealthEntityDetails.Builder. build()Methods in com.oracle.bmc.ailanguage.model with parameters of type BatchDetectHealthEntityDetails Modifier and Type Method Description BatchDetectHealthEntityDetails.BuilderBatchDetectHealthEntityDetails.Builder. copy(BatchDetectHealthEntityDetails model)
- 
Uses of BatchDetectHealthEntityDetails in com.oracle.bmc.ailanguage.requestsMethods in com.oracle.bmc.ailanguage.requests that return BatchDetectHealthEntityDetails Modifier and Type Method Description BatchDetectHealthEntityDetailsBatchDetectHealthEntityRequest. getBatchDetectHealthEntityDetails()The details to make a health entity detect call.BatchDetectHealthEntityDetailsBatchDetectHealthEntityRequest. getBody$()Alternative accessor for the body parameter.Methods in com.oracle.bmc.ailanguage.requests with parameters of type BatchDetectHealthEntityDetails Modifier and Type Method Description BatchDetectHealthEntityRequest.BuilderBatchDetectHealthEntityRequest.Builder. batchDetectHealthEntityDetails(BatchDetectHealthEntityDetails batchDetectHealthEntityDetails)The details to make a health entity detect call.BatchDetectHealthEntityRequest.BuilderBatchDetectHealthEntityRequest.Builder. body$(BatchDetectHealthEntityDetails body)Alternative setter for the body parameter.
 
-