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