Uses of Class
com.oracle.bmc.objectstorage.model.ObjectLifecycleRule
-
Packages that use ObjectLifecycleRule Package Description com.oracle.bmc.objectstorage.model -
-
Uses of ObjectLifecycleRule in com.oracle.bmc.objectstorage.model
Methods in com.oracle.bmc.objectstorage.model that return ObjectLifecycleRule Modifier and Type Method Description ObjectLifecycleRule
ObjectLifecycleRule.Builder. build()
Methods in com.oracle.bmc.objectstorage.model that return types with arguments of type ObjectLifecycleRule Modifier and Type Method Description List<ObjectLifecycleRule>
ObjectLifecyclePolicy. getItems()
The live lifecycle policy on the bucket.List<ObjectLifecycleRule>
PutObjectLifecyclePolicyDetails. getItems()
The bucket’s set of lifecycle policy rules.Methods in com.oracle.bmc.objectstorage.model with parameters of type ObjectLifecycleRule Modifier and Type Method Description ObjectLifecycleRule.Builder
ObjectLifecycleRule.Builder. copy(ObjectLifecycleRule model)
Method parameters in com.oracle.bmc.objectstorage.model with type arguments of type ObjectLifecycleRule Modifier and Type Method Description ObjectLifecyclePolicy.Builder
ObjectLifecyclePolicy.Builder. items(List<ObjectLifecycleRule> items)
The live lifecycle policy on the bucket.PutObjectLifecyclePolicyDetails.Builder
PutObjectLifecyclePolicyDetails.Builder. items(List<ObjectLifecycleRule> items)
The bucket’s set of lifecycle policy rules.Constructor parameters in com.oracle.bmc.objectstorage.model with type arguments of type ObjectLifecycleRule Constructor Description ObjectLifecyclePolicy(Date timeCreated, List<ObjectLifecycleRule> items)
Deprecated.PutObjectLifecyclePolicyDetails(List<ObjectLifecycleRule> items)
Deprecated.
-