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