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