Uses of Class
com.oracle.bmc.datasafe.model.AlertPolicyCollection
-
Packages that use AlertPolicyCollection Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.responses -
-
Uses of AlertPolicyCollection in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return AlertPolicyCollection Modifier and Type Method Description AlertPolicyCollection
AlertPolicyCollection.Builder. build()
Methods in com.oracle.bmc.datasafe.model with parameters of type AlertPolicyCollection Modifier and Type Method Description AlertPolicyCollection.Builder
AlertPolicyCollection.Builder. copy(AlertPolicyCollection model)
-
Uses of AlertPolicyCollection in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return AlertPolicyCollection Modifier and Type Method Description AlertPolicyCollection
ListAlertPoliciesResponse. getAlertPolicyCollection()
The returned AlertPolicyCollection instance.Methods in com.oracle.bmc.datasafe.responses with parameters of type AlertPolicyCollection Modifier and Type Method Description ListAlertPoliciesResponse.Builder
ListAlertPoliciesResponse.Builder. alertPolicyCollection(AlertPolicyCollection alertPolicyCollection)
The returned AlertPolicyCollection instance.
-