Uses of Class
com.oracle.bmc.redis.model.OciCacheConfigSetSummary
-
Packages that use OciCacheConfigSetSummary Package Description com.oracle.bmc.redis com.oracle.bmc.redis.model -
-
Uses of OciCacheConfigSetSummary in com.oracle.bmc.redis
Methods in com.oracle.bmc.redis that return types with arguments of type OciCacheConfigSetSummary Modifier and Type Method Description Iterable<OciCacheConfigSetSummary>
OciCacheConfigSetPaginators. listOciCacheConfigSetsRecordIterator(ListOciCacheConfigSetsRequest request)
Creates a new iterable which will iterate over theOciCacheConfigSetSummary
objects contained in responses from the listOciCacheConfigSets operation. -
Uses of OciCacheConfigSetSummary in com.oracle.bmc.redis.model
Methods in com.oracle.bmc.redis.model that return OciCacheConfigSetSummary Modifier and Type Method Description OciCacheConfigSetSummary
OciCacheConfigSetSummary.Builder. build()
Methods in com.oracle.bmc.redis.model that return types with arguments of type OciCacheConfigSetSummary Modifier and Type Method Description List<OciCacheConfigSetSummary>
OciCacheConfigSetCollection. getItems()
List of OCI Cache Config Sets.Methods in com.oracle.bmc.redis.model with parameters of type OciCacheConfigSetSummary Modifier and Type Method Description OciCacheConfigSetSummary.Builder
OciCacheConfigSetSummary.Builder. copy(OciCacheConfigSetSummary model)
Method parameters in com.oracle.bmc.redis.model with type arguments of type OciCacheConfigSetSummary Modifier and Type Method Description OciCacheConfigSetCollection.Builder
OciCacheConfigSetCollection.Builder. items(List<OciCacheConfigSetSummary> items)
List of OCI Cache Config Sets.Constructor parameters in com.oracle.bmc.redis.model with type arguments of type OciCacheConfigSetSummary Constructor Description OciCacheConfigSetCollection(List<OciCacheConfigSetSummary> items)
Deprecated.
-