Uses of Class
com.oracle.bmc.objectstorage.model.RetentionRuleSummary
-
Packages that use RetentionRuleSummary Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.model -
-
Uses of RetentionRuleSummary in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage that return types with arguments of type RetentionRuleSummary Modifier and Type Method Description Iterable<RetentionRuleSummary>
ObjectStoragePaginators. listRetentionRulesRecordIterator(ListRetentionRulesRequest request)
Creates a new iterable which will iterate over theRetentionRuleSummary
objects contained in responses from the listRetentionRules operation. -
Uses of RetentionRuleSummary in com.oracle.bmc.objectstorage.model
Methods in com.oracle.bmc.objectstorage.model that return RetentionRuleSummary Modifier and Type Method Description RetentionRuleSummary
RetentionRuleSummary.Builder. build()
Methods in com.oracle.bmc.objectstorage.model that return types with arguments of type RetentionRuleSummary Modifier and Type Method Description List<RetentionRuleSummary>
RetentionRuleCollection. getItems()
An array of retention rule summaries.Methods in com.oracle.bmc.objectstorage.model with parameters of type RetentionRuleSummary Modifier and Type Method Description RetentionRuleSummary.Builder
RetentionRuleSummary.Builder. copy(RetentionRuleSummary model)
Method parameters in com.oracle.bmc.objectstorage.model with type arguments of type RetentionRuleSummary Modifier and Type Method Description RetentionRuleCollection.Builder
RetentionRuleCollection.Builder. items(List<RetentionRuleSummary> items)
An array of retention rule summaries.Constructor parameters in com.oracle.bmc.objectstorage.model with type arguments of type RetentionRuleSummary Constructor Description RetentionRuleCollection(List<RetentionRuleSummary> items)
Deprecated.
-