Uses of Class
com.oracle.bmc.ons.model.DeliveryPolicy
-
Packages that use DeliveryPolicy Package Description com.oracle.bmc.ons.model -
-
Uses of DeliveryPolicy in com.oracle.bmc.ons.model
Methods in com.oracle.bmc.ons.model that return DeliveryPolicy Modifier and Type Method Description DeliveryPolicy
DeliveryPolicy.Builder. build()
DeliveryPolicy
SubscriptionSummary. getDeliveryPolicy()
DeliveryPolicy
UpdateSubscriptionDetails. getDeliveryPolicy()
The delivery policy of the subscription.Methods in com.oracle.bmc.ons.model with parameters of type DeliveryPolicy Modifier and Type Method Description DeliveryPolicy.Builder
DeliveryPolicy.Builder. copy(DeliveryPolicy model)
SubscriptionSummary.Builder
SubscriptionSummary.Builder. deliveryPolicy(DeliveryPolicy deliveryPolicy)
UpdateSubscriptionDetails.Builder
UpdateSubscriptionDetails.Builder. deliveryPolicy(DeliveryPolicy deliveryPolicy)
The delivery policy of the subscription.Constructors in com.oracle.bmc.ons.model with parameters of type DeliveryPolicy Constructor Description SubscriptionSummary(String id, String topicId, String protocol, String endpoint, SubscriptionSummary.LifecycleState lifecycleState, String compartmentId, Long createdTime, DeliveryPolicy deliveryPolicy, String etag, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.UpdateSubscriptionDetails(DeliveryPolicy deliveryPolicy, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-