Uses of Class
com.oracle.bmc.redis.model.AttachedOciCacheCluster
-
Packages that use AttachedOciCacheCluster Package Description com.oracle.bmc.redis com.oracle.bmc.redis.model com.oracle.bmc.redis.responses -
-
Uses of AttachedOciCacheCluster in com.oracle.bmc.redis
Methods in com.oracle.bmc.redis that return types with arguments of type AttachedOciCacheCluster Modifier and Type Method Description Iterable<AttachedOciCacheCluster>
OciCacheUserPaginators. listAttachedRedisClustersRecordIterator(ListAttachedRedisClustersRequest request)
Creates a new iterable which will iterate over theAttachedOciCacheCluster
objects contained in responses from the listAttachedRedisClusters operation. -
Uses of AttachedOciCacheCluster in com.oracle.bmc.redis.model
Methods in com.oracle.bmc.redis.model that return AttachedOciCacheCluster Modifier and Type Method Description AttachedOciCacheCluster
AttachedOciCacheCluster.Builder. build()
Methods in com.oracle.bmc.redis.model with parameters of type AttachedOciCacheCluster Modifier and Type Method Description AttachedOciCacheCluster.Builder
AttachedOciCacheCluster.Builder. copy(AttachedOciCacheCluster model)
-
Uses of AttachedOciCacheCluster in com.oracle.bmc.redis.responses
Methods in com.oracle.bmc.redis.responses that return types with arguments of type AttachedOciCacheCluster Modifier and Type Method Description List<AttachedOciCacheCluster>
ListAttachedRedisClustersResponse. getItems()
A list of com.oracle.bmc.redis.model.AttachedOciCacheCluster instances.Method parameters in com.oracle.bmc.redis.responses with type arguments of type AttachedOciCacheCluster Modifier and Type Method Description ListAttachedRedisClustersResponse.Builder
ListAttachedRedisClustersResponse.Builder. items(List<AttachedOciCacheCluster> items)
A list of com.oracle.bmc.redis.model.AttachedOciCacheCluster instances.
-