Uses of Class
com.oracle.bmc.aianomalydetection.model.ChangeDetectAnomalyJobCompartmentDetails
-
Packages that use ChangeDetectAnomalyJobCompartmentDetails Package Description com.oracle.bmc.aianomalydetection.model com.oracle.bmc.aianomalydetection.requests -
-
Uses of ChangeDetectAnomalyJobCompartmentDetails in com.oracle.bmc.aianomalydetection.model
Methods in com.oracle.bmc.aianomalydetection.model that return ChangeDetectAnomalyJobCompartmentDetails Modifier and Type Method Description ChangeDetectAnomalyJobCompartmentDetails
ChangeDetectAnomalyJobCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.aianomalydetection.model with parameters of type ChangeDetectAnomalyJobCompartmentDetails Modifier and Type Method Description ChangeDetectAnomalyJobCompartmentDetails.Builder
ChangeDetectAnomalyJobCompartmentDetails.Builder. copy(ChangeDetectAnomalyJobCompartmentDetails model)
-
Uses of ChangeDetectAnomalyJobCompartmentDetails in com.oracle.bmc.aianomalydetection.requests
Methods in com.oracle.bmc.aianomalydetection.requests that return ChangeDetectAnomalyJobCompartmentDetails Modifier and Type Method Description ChangeDetectAnomalyJobCompartmentDetails
ChangeDetectAnomalyJobCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeDetectAnomalyJobCompartmentDetails
ChangeDetectAnomalyJobCompartmentRequest. getChangeDetectAnomalyJobCompartmentDetails()
The details to change the compartment of the async anomaly detect job.Methods in com.oracle.bmc.aianomalydetection.requests with parameters of type ChangeDetectAnomalyJobCompartmentDetails Modifier and Type Method Description ChangeDetectAnomalyJobCompartmentRequest.Builder
ChangeDetectAnomalyJobCompartmentRequest.Builder. body$(ChangeDetectAnomalyJobCompartmentDetails body)
Alternative setter for the body parameter.ChangeDetectAnomalyJobCompartmentRequest.Builder
ChangeDetectAnomalyJobCompartmentRequest.Builder. changeDetectAnomalyJobCompartmentDetails(ChangeDetectAnomalyJobCompartmentDetails changeDetectAnomalyJobCompartmentDetails)
The details to change the compartment of the async anomaly detect job.
-