Uses of Class
com.oracle.bmc.objectstorage.model.RetentionRuleCollection
-
Packages that use RetentionRuleCollection Package Description com.oracle.bmc.objectstorage.model com.oracle.bmc.objectstorage.responses -
-
Uses of RetentionRuleCollection in com.oracle.bmc.objectstorage.model
Methods in com.oracle.bmc.objectstorage.model that return RetentionRuleCollection Modifier and Type Method Description RetentionRuleCollection
RetentionRuleCollection.Builder. build()
Methods in com.oracle.bmc.objectstorage.model with parameters of type RetentionRuleCollection Modifier and Type Method Description RetentionRuleCollection.Builder
RetentionRuleCollection.Builder. copy(RetentionRuleCollection model)
-
Uses of RetentionRuleCollection in com.oracle.bmc.objectstorage.responses
Methods in com.oracle.bmc.objectstorage.responses that return RetentionRuleCollection Modifier and Type Method Description RetentionRuleCollection
ListRetentionRulesResponse. getRetentionRuleCollection()
The returned RetentionRuleCollection instance.Methods in com.oracle.bmc.objectstorage.responses with parameters of type RetentionRuleCollection Modifier and Type Method Description ListRetentionRulesResponse.Builder
ListRetentionRulesResponse.Builder. retentionRuleCollection(RetentionRuleCollection retentionRuleCollection)
The returned RetentionRuleCollection instance.
-