Uses of Class
com.oracle.bmc.redis.model.OciCacheEngineOptionSummary
-
Packages that use OciCacheEngineOptionSummary Package Description com.oracle.bmc.redis com.oracle.bmc.redis.model -
-
Uses of OciCacheEngineOptionSummary in com.oracle.bmc.redis
Methods in com.oracle.bmc.redis that return types with arguments of type OciCacheEngineOptionSummary Modifier and Type Method Description Iterable<OciCacheEngineOptionSummary>OciCacheEngineOptionsPaginators. listOciCacheEngineOptionsRecordIterator(ListOciCacheEngineOptionsRequest request)Creates a new iterable which will iterate over theOciCacheEngineOptionSummaryobjects contained in responses from the listOciCacheEngineOptions operation. -
Uses of OciCacheEngineOptionSummary in com.oracle.bmc.redis.model
Methods in com.oracle.bmc.redis.model that return OciCacheEngineOptionSummary Modifier and Type Method Description OciCacheEngineOptionSummaryOciCacheEngineOptionSummary.Builder. build()Methods in com.oracle.bmc.redis.model that return types with arguments of type OciCacheEngineOptionSummary Modifier and Type Method Description List<OciCacheEngineOptionSummary>OciCacheEngineOptionsCollection. getItems()List of OCI Cache Engine OptionsMethods in com.oracle.bmc.redis.model with parameters of type OciCacheEngineOptionSummary Modifier and Type Method Description OciCacheEngineOptionSummary.BuilderOciCacheEngineOptionSummary.Builder. copy(OciCacheEngineOptionSummary model)Method parameters in com.oracle.bmc.redis.model with type arguments of type OciCacheEngineOptionSummary Modifier and Type Method Description OciCacheEngineOptionsCollection.BuilderOciCacheEngineOptionsCollection.Builder. items(List<OciCacheEngineOptionSummary> items)List of OCI Cache Engine OptionsConstructor parameters in com.oracle.bmc.redis.model with type arguments of type OciCacheEngineOptionSummary Constructor Description OciCacheEngineOptionsCollection(List<OciCacheEngineOptionSummary> items)Deprecated.
-