Uses of Class
com.oracle.bmc.aianomalydetection.model.CreateDetectAnomalyJobDetails
-
Packages that use CreateDetectAnomalyJobDetails Package Description com.oracle.bmc.aianomalydetection.model com.oracle.bmc.aianomalydetection.requests -
-
Uses of CreateDetectAnomalyJobDetails in com.oracle.bmc.aianomalydetection.model
Methods in com.oracle.bmc.aianomalydetection.model that return CreateDetectAnomalyJobDetails Modifier and Type Method Description CreateDetectAnomalyJobDetails
CreateDetectAnomalyJobDetails.Builder. build()
Methods in com.oracle.bmc.aianomalydetection.model with parameters of type CreateDetectAnomalyJobDetails Modifier and Type Method Description CreateDetectAnomalyJobDetails.Builder
CreateDetectAnomalyJobDetails.Builder. copy(CreateDetectAnomalyJobDetails model)
-
Uses of CreateDetectAnomalyJobDetails in com.oracle.bmc.aianomalydetection.requests
Methods in com.oracle.bmc.aianomalydetection.requests that return CreateDetectAnomalyJobDetails Modifier and Type Method Description CreateDetectAnomalyJobDetails
CreateDetectAnomalyJobRequest. getBody$()
Alternative accessor for the body parameter.CreateDetectAnomalyJobDetails
CreateDetectAnomalyJobRequest. getCreateDetectAnomalyJobDetails()
The input is either: - JSON object in the request.Methods in com.oracle.bmc.aianomalydetection.requests with parameters of type CreateDetectAnomalyJobDetails Modifier and Type Method Description CreateDetectAnomalyJobRequest.Builder
CreateDetectAnomalyJobRequest.Builder. body$(CreateDetectAnomalyJobDetails body)
Alternative setter for the body parameter.CreateDetectAnomalyJobRequest.Builder
CreateDetectAnomalyJobRequest.Builder. createDetectAnomalyJobDetails(CreateDetectAnomalyJobDetails createDetectAnomalyJobDetails)
The input is either: - JSON object in the request.
-