Uses of Class
com.oracle.bmc.redis.model.AssociatedOciCacheClusterSummary
-
Packages that use AssociatedOciCacheClusterSummary Package Description com.oracle.bmc.redis com.oracle.bmc.redis.model -
-
Uses of AssociatedOciCacheClusterSummary in com.oracle.bmc.redis
Methods in com.oracle.bmc.redis that return types with arguments of type AssociatedOciCacheClusterSummary Modifier and Type Method Description Iterable<AssociatedOciCacheClusterSummary>
OciCacheConfigSetPaginators. listAssociatedOciCacheClustersRecordIterator(ListAssociatedOciCacheClustersRequest request)
Creates a new iterable which will iterate over theAssociatedOciCacheClusterSummary
objects contained in responses from the listAssociatedOciCacheClusters operation. -
Uses of AssociatedOciCacheClusterSummary in com.oracle.bmc.redis.model
Methods in com.oracle.bmc.redis.model that return AssociatedOciCacheClusterSummary Modifier and Type Method Description AssociatedOciCacheClusterSummary
AssociatedOciCacheClusterSummary.Builder. build()
Methods in com.oracle.bmc.redis.model that return types with arguments of type AssociatedOciCacheClusterSummary Modifier and Type Method Description List<AssociatedOciCacheClusterSummary>
AssociatedOciCacheClusterCollection. getItems()
List of clusters with the same OCI Cache Config Set ID.Methods in com.oracle.bmc.redis.model with parameters of type AssociatedOciCacheClusterSummary Modifier and Type Method Description AssociatedOciCacheClusterSummary.Builder
AssociatedOciCacheClusterSummary.Builder. copy(AssociatedOciCacheClusterSummary model)
Method parameters in com.oracle.bmc.redis.model with type arguments of type AssociatedOciCacheClusterSummary Modifier and Type Method Description AssociatedOciCacheClusterCollection.Builder
AssociatedOciCacheClusterCollection.Builder. items(List<AssociatedOciCacheClusterSummary> items)
List of clusters with the same OCI Cache Config Set ID.Constructor parameters in com.oracle.bmc.redis.model with type arguments of type AssociatedOciCacheClusterSummary Constructor Description AssociatedOciCacheClusterCollection(List<AssociatedOciCacheClusterSummary> items)
Deprecated.
-