Package | Description |
---|---|
com.oracle.bmc.ons.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
BackoffRetryPolicy.Builder |
BackoffRetryPolicy.Builder.policyType(BackoffRetryPolicy.PolicyType policyType)
The type of delivery policy.
|
Constructor and Description |
---|
BackoffRetryPolicy(Integer maxRetryDuration,
BackoffRetryPolicy.PolicyType policyType)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.