Uses of Class
software.amazon.awssdk.services.elasticache.model.CacheNodeUpdateStatus
-
Packages that use CacheNodeUpdateStatus Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of CacheNodeUpdateStatus in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type CacheNodeUpdateStatus Modifier and Type Method Description List<CacheNodeUpdateStatus>
UpdateAction. cacheNodeUpdateStatus()
The status of the service update on the cache nodeMethods in software.amazon.awssdk.services.elasticache.model with parameters of type CacheNodeUpdateStatus Modifier and Type Method Description UpdateAction.Builder
UpdateAction.Builder. cacheNodeUpdateStatus(CacheNodeUpdateStatus... cacheNodeUpdateStatus)
The status of the service update on the cache nodeMethod parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type CacheNodeUpdateStatus Modifier and Type Method Description UpdateAction.Builder
UpdateAction.Builder. cacheNodeUpdateStatus(Collection<CacheNodeUpdateStatus> cacheNodeUpdateStatus)
The status of the service update on the cache node
-