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