Uses of Class
com.oracle.bmc.aianomalydetection.model.UpdateModelDetails
-
Packages that use UpdateModelDetails Package Description com.oracle.bmc.aianomalydetection.model com.oracle.bmc.aianomalydetection.requests -
-
Uses of UpdateModelDetails in com.oracle.bmc.aianomalydetection.model
Methods in com.oracle.bmc.aianomalydetection.model that return UpdateModelDetails Modifier and Type Method Description UpdateModelDetails
UpdateModelDetails.Builder. build()
Methods in com.oracle.bmc.aianomalydetection.model with parameters of type UpdateModelDetails Modifier and Type Method Description UpdateModelDetails.Builder
UpdateModelDetails.Builder. copy(UpdateModelDetails model)
-
Uses of UpdateModelDetails in com.oracle.bmc.aianomalydetection.requests
Methods in com.oracle.bmc.aianomalydetection.requests that return UpdateModelDetails Modifier and Type Method Description UpdateModelDetails
UpdateModelRequest. getBody$()
Alternative accessor for the body parameter.UpdateModelDetails
UpdateModelRequest. getUpdateModelDetails()
The information to be updated.Methods in com.oracle.bmc.aianomalydetection.requests with parameters of type UpdateModelDetails Modifier and Type Method Description UpdateModelRequest.Builder
UpdateModelRequest.Builder. body$(UpdateModelDetails body)
Alternative setter for the body parameter.UpdateModelRequest.Builder
UpdateModelRequest.Builder. updateModelDetails(UpdateModelDetails updateModelDetails)
The information to be updated.
-