Uses of Class
com.oracle.bmc.datasafe.model.ChangeAlertCompartmentDetails
-
Packages that use ChangeAlertCompartmentDetails Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of ChangeAlertCompartmentDetails in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return ChangeAlertCompartmentDetails Modifier and Type Method Description ChangeAlertCompartmentDetails
ChangeAlertCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.datasafe.model with parameters of type ChangeAlertCompartmentDetails Modifier and Type Method Description ChangeAlertCompartmentDetails.Builder
ChangeAlertCompartmentDetails.Builder. copy(ChangeAlertCompartmentDetails model)
-
Uses of ChangeAlertCompartmentDetails in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ChangeAlertCompartmentDetails Modifier and Type Method Description ChangeAlertCompartmentDetails
ChangeAlertCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeAlertCompartmentDetails
ChangeAlertCompartmentRequest. getChangeAlertCompartmentDetails()
The details used to change the compartment of an alert.Methods in com.oracle.bmc.datasafe.requests with parameters of type ChangeAlertCompartmentDetails Modifier and Type Method Description ChangeAlertCompartmentRequest.Builder
ChangeAlertCompartmentRequest.Builder. body$(ChangeAlertCompartmentDetails body)
Alternative setter for the body parameter.ChangeAlertCompartmentRequest.Builder
ChangeAlertCompartmentRequest.Builder. changeAlertCompartmentDetails(ChangeAlertCompartmentDetails changeAlertCompartmentDetails)
The details used to change the compartment of an alert.
-