Uses of Class
com.oracle.bmc.ons.model.BackoffRetryPolicy.PolicyType
-
Packages that use BackoffRetryPolicy.PolicyType Package Description com.oracle.bmc.ons.model -
-
Uses of BackoffRetryPolicy.PolicyType in com.oracle.bmc.ons.model
Methods in com.oracle.bmc.ons.model that return BackoffRetryPolicy.PolicyType Modifier and Type Method Description static BackoffRetryPolicy.PolicyType
BackoffRetryPolicy.PolicyType. create(String key)
BackoffRetryPolicy.PolicyType
BackoffRetryPolicy. getPolicyType()
The type of delivery policy.static BackoffRetryPolicy.PolicyType
BackoffRetryPolicy.PolicyType. valueOf(String name)
Returns the enum constant of this type with the specified name.static BackoffRetryPolicy.PolicyType[]
BackoffRetryPolicy.PolicyType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.ons.model with parameters of type BackoffRetryPolicy.PolicyType Modifier and Type Method Description BackoffRetryPolicy.Builder
BackoffRetryPolicy.Builder. policyType(BackoffRetryPolicy.PolicyType policyType)
The type of delivery policy.Constructors in com.oracle.bmc.ons.model with parameters of type BackoffRetryPolicy.PolicyType Constructor Description BackoffRetryPolicy(Integer maxRetryDuration, BackoffRetryPolicy.PolicyType policyType)
Deprecated.
-