Uses of Class
software.amazon.awssdk.services.elasticache.model.CacheCluster
-
Packages that use CacheCluster Package Description software.amazon.awssdk.services.elasticache.model software.amazon.awssdk.services.elasticache.paginators -
-
Uses of CacheCluster in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return CacheCluster Modifier and Type Method Description CacheCluster
CreateCacheClusterResponse. cacheCluster()
Returns the value of the CacheCluster property for this object.CacheCluster
DeleteCacheClusterResponse. cacheCluster()
Returns the value of the CacheCluster property for this object.CacheCluster
ModifyCacheClusterResponse. cacheCluster()
Returns the value of the CacheCluster property for this object.CacheCluster
RebootCacheClusterResponse. cacheCluster()
Returns the value of the CacheCluster property for this object.Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type CacheCluster Modifier and Type Method Description List<CacheCluster>
DescribeCacheClustersResponse. cacheClusters()
A list of clusters.Methods in software.amazon.awssdk.services.elasticache.model with parameters of type CacheCluster Modifier and Type Method Description CreateCacheClusterResponse.Builder
CreateCacheClusterResponse.Builder. cacheCluster(CacheCluster cacheCluster)
Sets the value of the CacheCluster property for this object.DeleteCacheClusterResponse.Builder
DeleteCacheClusterResponse.Builder. cacheCluster(CacheCluster cacheCluster)
Sets the value of the CacheCluster property for this object.ModifyCacheClusterResponse.Builder
ModifyCacheClusterResponse.Builder. cacheCluster(CacheCluster cacheCluster)
Sets the value of the CacheCluster property for this object.RebootCacheClusterResponse.Builder
RebootCacheClusterResponse.Builder. cacheCluster(CacheCluster cacheCluster)
Sets the value of the CacheCluster property for this object.DescribeCacheClustersResponse.Builder
DescribeCacheClustersResponse.Builder. cacheClusters(CacheCluster... cacheClusters)
A list of clusters.Method parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type CacheCluster Modifier and Type Method Description DescribeCacheClustersResponse.Builder
DescribeCacheClustersResponse.Builder. cacheClusters(Collection<CacheCluster> cacheClusters)
A list of clusters. -
Uses of CacheCluster in software.amazon.awssdk.services.elasticache.paginators
Methods in software.amazon.awssdk.services.elasticache.paginators that return types with arguments of type CacheCluster Modifier and Type Method Description SdkIterable<CacheCluster>
DescribeCacheClustersIterable. cacheClusters()
Returns an iterable to iterate through the paginatedDescribeCacheClustersResponse.cacheClusters()
member.SdkPublisher<CacheCluster>
DescribeCacheClustersPublisher. cacheClusters()
Returns a publisher that can be used to get a stream of data.
-