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.model
Methods in com.oracle.bmc.ailanguage.model that return BatchDetectHealthEntityDetails Modifier and Type Method Description BatchDetectHealthEntityDetails
BatchDetectHealthEntityDetails.Builder. build()
Methods in com.oracle.bmc.ailanguage.model with parameters of type BatchDetectHealthEntityDetails Modifier and Type Method Description BatchDetectHealthEntityDetails.Builder
BatchDetectHealthEntityDetails.Builder. copy(BatchDetectHealthEntityDetails model)
-
Uses of BatchDetectHealthEntityDetails in com.oracle.bmc.ailanguage.requests
Methods in com.oracle.bmc.ailanguage.requests that return BatchDetectHealthEntityDetails Modifier and Type Method Description BatchDetectHealthEntityDetails
BatchDetectHealthEntityRequest. getBatchDetectHealthEntityDetails()
The details to make a health entity detect call.BatchDetectHealthEntityDetails
BatchDetectHealthEntityRequest. 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.Builder
BatchDetectHealthEntityRequest.Builder. batchDetectHealthEntityDetails(BatchDetectHealthEntityDetails batchDetectHealthEntityDetails)
The details to make a health entity detect call.BatchDetectHealthEntityRequest.Builder
BatchDetectHealthEntityRequest.Builder. body$(BatchDetectHealthEntityDetails body)
Alternative setter for the body parameter.
-